-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (98 loc) · 3.54 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>
My Portfolio
</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@300&family=Montserrat:wght@200&display=swap" rel="stylesheet" />
<link rel="icon" href="icon.jfif" type="image/x-icon"/>
</head>
<body>
<div class="nav-bar border-bottom">
<div class="nav-wrapper">
<div class="nav-left">
Saurabh Kumar
</div>
<div class="nav-right">
<div class="nav-link">
<a href="https://github.com/seikhchilli" class="fa fa-github fa-2x"></a>
</div>
<div class="nav-link">
<a href="https://www.instagram.com/itssaurabhkrsingh/" class="fa fa-instagram fa-2x"></a>
</div>
<div class="nav-link">
<a href="https://twitter.com/itssaurabh2001" class="fa fa-twitter fa-2x"></a>
</div>
<div class="nav-link">
<a href="https://www.linkedin.com/in/itssaurabhkrsingh/" class="fa fa-linkedin fa-2x"></a>
</div>
</div>
</div>
</div>
<div class="image-box px3 py3 border-bottom">
<div class="image-logo">
<div class="image">
<img src="portfolio.png" alt="Saurabh Kumar" class=" border bg-white p1 border-light-gray circle square-100 lazyloaded">
</div>
</div>
<div class="text-heading">
<h1>
Saurabh Kumar
</h1>
<h2 >
<div class="slider"><span>Not your Average </span></div><div class="stopper"> web developer</div>
</h2>
</div>
</div>
<div class="container">
<div class="about-me">
<h3>
About Me
</h3>
<p>
I am currently pursuing B.Tech in CSE at <a href="">Lovely Professional University</a>.
<br /><br />
And trying to learn things including web development, cryptography, cyber-security, machine learning, philosophy,
political science, and everything I feel interested in.
</p>
</div>
<div class="skills">
<h4>
Tools I have
</h4>
<ul>
<li>
C
</li>
<li>
C++
</li>
<li>
Javascript
</li>
<li>
Python
</li>
<li>
Html
</li>
<li>
CSS
</li>
<li>
SQL
</li>
<li>
Node.Js
</li>
</ul>
</div>
</div>
</body>
</html>