-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (35 loc) · 1.26 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
41
<!DOCTYPE html>
<html>
<head>
<title>quaidsage</title>
<link rel="stylesheet" type="text/css" href="styles/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="scripts/main.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
</head>
<body>
<div id="page-container">
<section id="title-content">
<img src="img/portrait.jpg">
<div id="title-text">
<h2>welcome, i'm</h2>
<h1 id="title-text-name">quaidsage.|</h1>
</div>
</section>
<div>
<a href="#" id="project-button">Go To Projects ></a>
</div>
</div>
<div id="social-buttons">
<a href="https://www.linkedin.com/in/quaidsage/" target="_blank" class="social-btn" id="linkedin-btn">
<i class="fab fa-linkedin"></i>
</a>
<a href="mailto:quaidsageo@gmail.com" class="social-btn" id="email-btn">
<i class="fas fa-envelope"></i>
</a>
<a href="https://www.youtube.com/@QuaidSage" target="_blank" class="social-btn" id="youtube-btn">
<i class="fab fa-youtube"></i>
</a>
</div>
</body>
</html>