-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (122 loc) · 3.47 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Ashish Kumar</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://kit.fontawesome.com/d156744b19.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-144212765-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-144212765-1");
</script>
<!-- End Google Analytics -->
<link rel="stylesheet" type="text/css" href="styles.css" />
<link
href="https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
</head>
<body class="light-theme">
<div class="center_div">
<!-- <div class="voice"><i class="fa fa-microphone"></i></div> -->
<div class="center_div__content">
<header class="name">Ashish<br />Kumar</header>
<content class="work">Software Engineer</content>
<div class="social">
<div>
<a
class="fa fa-github"
aria-hidden="true"
href="https://github.com/ashishkumar3"
target="_blank"
>
</a>
<p>Github</p>
</div>
<div>
<a
class="fab fa-linkedin-in"
aria-hidden="true"
href="https://www.linkedin.com/in/ashish-kumar-8537b5176/"
target="_blank"
>
</a>
<p>Linkedin</p>
</div>
<!-- <a
class="fa fa-facebook"
aria-hidden="true"
href="https://www.facebook.com/ashish.lingwal.399"
>
</a> -->
<!-- <div>
<a
class="fa fa-file"
aria-hidden="true"
href="Resume-Ashish-Kumar.pdf"
target="_blank"
>
</a>
<p>Resume</p>
</div> -->
<div>
<a
class="fas fa-feather-alt"
aria-hidden="true"
href="https://onlycodes.in/"
target="_blank"
>
</a>
<p>Blog</p>
</div>
<div>
<a
class="fa fa-instagram"
aria-hidden="true"
href="https://www.instagram.com/findingashish/"
target="_blank"
>
</a>
<p>Instagram</p>
</div>
<div>
<a
class="fa fa-envelope"
aria-hidden="true"
href="mailto:[email protected]?Subject=Hey%20Ashish,"
>
</a>
<p>Mail</p>
</div>
<!-- <div class="blog-icon">
<a class="fas fa-blog" aria-hidden="true" href="#blog"> </a>
<p>Blog</p>
</div> -->
<!-- <div>
<a
class="fas fa-pencil-ruler"
aria-hidden="true"
href="/sketch.html"
></a>
<p>Sketches</p>
</div> -->
</div>
</div>
</div>
<!-- <script src="snow.js"></script> -->
<script src="app.js"></script>
</body>
</html>