-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (70 loc) · 4.04 KB
/
index.html
File metadata and controls
76 lines (70 loc) · 4.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Regina Crespo's personal website, learn more about her!">
<title>Regina's personal site</title>
<link rel="stylesheet" type="text/css" href="CSS/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kalam&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Montserrat&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Quicksand&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300&display=swap" rel="stylesheet">
</head>
<body>
<div class="top">
<img class="top-img" src="https://cdn-icons-png.flaticon.com/512/7190/7190021.png">
<div class="mini_top">
<div class="top_text">
<h1 style="margin-top:0px">I'm Regina.</h1>
<h2>A biomedical engineer student/programmer/artist.</h2>
</div>
</div>
</div>
<div class="middle">
<div class="profile">
<img class="pp" src="fotobuenacircle.png" alt="profile picture">
<h2>Hello.</h2>
<p>Undergraduate biomedical engineering student at Tecnológico de Monterrey. With interest in coding, data science, research, arts and women's rights.
I am currently a research volunteer at <a href="http://www.alvareztrujillolab.com/">Alvarez-Trujillo Lab</a> where I've had the opportunity to carry out experiments in the area of cancer-on-chip, analyze results, help with scientific-illustration, 3D design in solidworks, and bioprinting.</p>
</div>
<div class="skills">
<h2 class="skill_title">My Skills.</h2>
<div class="skills_mini">
<div class="skill-row">
<img class="skill_icons" src="https://cdn-icons-png.flaticon.com/512/4696/4696644.png" alt="">
<h3>Programming</h3>
<p>I am currently enrolled in several programming courses. Including University of Michigan's Python: programming for everybody and Python data science. I am also skilled in html, css, and assembly language. You can find my projects <a href="https://github.com/ReggieScript">here</a>.</p>
</div>
<div class="skill-row">
<img class="skill_icons" src="https://cdn-icons-png.flaticon.com/512/4696/4696740.png" alt="">
<h3>Arts and Crafts</h3>
<p>I am skilled in watercolor and oil painting. With an <a href="https://www.instagram.com/tanquesito_tuntun/?hl=es-la">illustration proyec</a>t where I freelance commisions in various art styles. I am also enrolled in a course to learn sculpture.</p>
</div>
</div>
</div>
</div>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Want to reach out? I'll be glad to hear about you!</h3>
<a class="btn" href="mailto:regina.crespo.018@.com">CONTACT ME</a>
</div>
<div class="bot">
<a class="footer-link" href="https://www.linkedin.com/in/regina-crespo/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<h3>© Regina Crespo.</h3>
</div>
</div>
</body>
</html>