-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
94 lines (94 loc) · 3.31 KB
/
portfolio.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<link rel = "icon" href ="C:\Users\Raghav Sekhri\Pictures\Camera Roll\computer.png" type = "image/x-icon">
<link rel="stylesheet" href="portfolio.css" media="all">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="header-logo">
<a href="portfolio.html"><img src="logo1.png" height="50px" width="250px"></img></a>
</div>
<div class="header-list">
<ul>
<font style="font-family:comic sans ms;">
<li></li>
<li></li>
<li></li>
<li><a href="about.html"><button class="button"><span>About</span></button></a></li>
<li></li>
<li></li>
<li><a href="projects.html"><button class="button"><span>Projects</span></button></a></li>
<li></li>
<li></li>
<li><a href="contactme.html"><button class="button"><span>Contact Me</span></button></a></li>
</font>
</ul>
</div>
</div>
<div class="main">
<br><br><br><br>
<h1>
<center>
<span>H</span>
<span>e</span>
<span>l</span>
<span>l</span>
<span>o</span>
<span>!</span>
<span>! </span>
<br><br>
<span>I</span>
<span>🙌</span>
<span>A</span>
<span>m</span>
<span>😎</span>
<span>R</span>
<span>a</span>
<span>g</span>
<span>h</span>
<span>a</span>
<span>v</span>
<span>✌</span>
<span>S</span>
<span>e</span>
<span>k</span>
<span>h</span>
<span>r</span>
<span>i</span>
</center>
</h1>
<br></br><br></br><br></br><br></br><br></br><br></br><br></br>
<p align="center"><font size="30px"><strong>Step into discomfort to become comfortable!!</strong></font></p>
<div class="border1"></div>
<div class="border2"></div>
</div>
<div class="footer">
<center>
<div class="social" >
<p><font size="6px" style="font-family: 'Lobster', cursive;">Follow Me On</font></p></p>
<div class="social-icons">
<ul>
<center>
<marquee behavior="scroll" id="r">
<li><a href="https://www.facebook.com/raghav.sekhri.16"><i class="fa fa-facebook-square"></i></a></li>
<li></li>
<li><a href="https://www.instagram.com/_raghav__sekhri_/"><i class="fa fa-instagram"></i></a></li>
<li></li>
<li><a href="https://www.linkedin.com/in/raghav-sekhri-389187172/"><i class="fa fa-linkedin"></i></a></li>
<li></li>
<li><a href="https://github.com/RaghavSekhri"><i class="fa fa-github"></i></a></li>
<li></li>
<li><a href="https://twitter.com/Boss_The_Raghav"><i class="fa fa-twitter"></i></a></li>
</marquee>
</center>
</ul>
</div>
</div>
</center>
</div>
</body>
</html>