-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (32 loc) · 1.24 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Andrea: Personal site and portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 class="page-title">Andrea González Martín</h1>
<div class="bio">
<div>
<img src="imgs/myself_smaller.png" alt="Formal picture of Andrea in the Rady School of Management" width="600" height="300">
</div>
<div class="bio-content">
<h2>About Me:</h2>
<p>International student at the University of California, San Diego. BSc. Business and Economics with a minor in Data Science.</p>
<br></br>
<div id="profile-stats" class="dropdown">
<h2>Loading GitHub Profile Stats...</h2>
</div>
</div>
</div>
<h2 style="text-align: center;"><b>My Latest Projects</b></h2>
<div style="justify-items: center;" class="projects">
</div>
<script type="module" src="global.js"></script>
<script type="module" src="projects.js"></script>
<script type="module" src="meta/main.js"></script>
<script type="module" src="index.js"></script>
</body>
</html>