-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (22 loc) · 1.38 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Med!</title>
<link rel="stylesheet" href="style.css">
<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=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap" rel="stylesheet">
</head>
<body>
<script type="text/javascript" src="script.js"></script>
<h1>Med!</h1>
<p>Hi, I'm Med! I live in the Indian subcontinent. I love coding, although I'm not very good at it. You can see my projects below. See you later!</p>
<h1>Projects</h1>
<a href="https://medtheproduct.github.io/breakrybakery/"><img style="float:right;width: 450px;border-radius:10px;border:1px solid black;margin-right: 50px" src="bb.png" alt="breakrybakery"></a>
<a href="https://med-splatterpaint.netlify.app"><img style="float:left;width: 500px;border-radius:10px;border:1px solid black;margin-left: 50px" src="spl.png" alt="me"></a>
<div style="height: 100px;"></div>
<h1 style="text-align: center; clear: both">Contact</h1>
<p style="text-align: center;">Id like to hear from you! Contact me at: <br> <a href="https://github.com/MedTheProduct">Github</a><br>Email: <a href="mailto:[email protected]">[email protected]</a><br> Discord: @medthepro</p>
</body>
</html>