-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.22 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
<!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">
<title>kanielv</title>
<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=Montserrat:wght@400;500;700&family=Roboto:ital,wght@0,400;0,500;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="profile-container">
<div class="profile-img-bio">
<div class="profile-bio">
<h1>Kaniel Vicencio</h1>
<p>2nd Year Computer Science student at the University of Florida</p>
<p>Interested in fullstack web development and machine learning</p>
</div>
<div class="img-container">
<img id="profile-img" src="assets/profile.jpg">
</div>
</div>
<div class="socials">
<p>Github: <a href="https://github.com/kanielv">https://github.com/kanielv</a></p>
<p>Linkedin: <a href="https://linkedin.com/in/kanielvicencio">https://linkedin.com/in/kanielvicencio</a></p>
</div>
</div>
</body>
</html>