-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (26 loc) · 962 Bytes
/
Copy pathindex.html
File metadata and controls
37 lines (26 loc) · 962 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kaysan Antoni</title>
<link rel="stylesheet" href="main.css">
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<img src="IMG_3300.jpeg" alt="pic of me">
<div class="text-content">
<h1>Hi, my name is Kaysan Antoni</h1>
<p>Student at Montgomery college, studying Computer Science.</p>
<p>I like to code</p>
<p>What's the move?</p>
<p>rightkaysan@gmail.com</p>
<div class="links">
<a href="https://www.instagram.com/kn.anto/">Instagram</a>
<a href="https://www.linkedin.com/in/kaysan-antoni-aa131937b/">LinkedIn</a>
</div>
</div>
</div>
</body>
</html>