-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (43 loc) · 1.66 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
42
43
44
45
46
47
48
49
50
<html>
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to My Portfolio</title>
<link rel="stylesheet" href="./css/style.css" />
<!-- <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap" rel="stylesheet"> -->
<link rel="stylesheet" href="https://fonts.cdnfonts.com/css/brandon-grotesque" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous" />
</head>
<body>
<div class="container">
<div class="nav">
<ul class="list">
<li><a href="projects.html">work</a></li>
<li><a href="#">wt*?</a></li>
<li><a href="#">words</a></li>
</ul>
</div>
<div class="footer">
<div class="left">
<h1>Shahrukh Shah</h1>
</div>
<div class="right">
<ul class="list-social">
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-facebook-official" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="https://github.com/mazyaf/"><i class="fa fa-github" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<section id="work">
<h1>Hi there 👋, I'm Shahrukh.</h1>
<p>
I'm a passionate Developer and open source tech enthusiast who loves design and code beautifully simple things
</p>
</section>
</div>
</body>
</html>