-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (90 loc) · 2.88 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Manoj Mali</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" />
<link rel="stylesheet" type="text/css" href="/index.css?q=1">
</head>
<body>
<div class="home" id="home">
<div class="home__avatar">
<img src="/me.jpg">
</div>
<div class="home__details">
<div class="home__details__intro">
An avid reader with unending love for sketching and flute! Developing something awesome at
<a
href="https://crowdfireapp.com"
target="_blank"
rel="noopener nofollow"
><b>Crowdfire</b></a>,
Let's talk mythology. No? Let's just talk ;)
</div>
<div class="home__details__social">
<a class="home__details__social__name"
href="https://github.com/minstermind"
target="_blank"
rel="noopener nofollow"
>
<i class="icon-github home__details__social__icon"></i>
Github
</a>
<a class="home__details__social__name"
href="https://twitter.com/minstermind"
target="_blank"
rel="noopener nofollow"
>
<i class="icon-twitter home__details__social__icon"></i>
Twitter
</a>
<a class="home__details__social__name"
href="https://medium.com/@minstermind"
target="_blank"
rel="noopener nofollow"
>
<i class="icon-medium home__details__social__icon"></i>
Medium
</a>
<a class="home__details__social__name"
href="https://linkedin.com/in/minstermind"
target="_blank"
rel="noopener nofollow"
>
<i class="icon-linkedin home__details__social__icon"></i>
Linkedin
</a>
<a class="home__details__social__name"
href="https://instagram.com/minster.mind"
target="_blank"
rel="noopener nofollow"
>
<i class="icon-instagram home__details__social__icon"></i>
Instagram
</a>
<a class="home__details__social__name"
href="mailto:[email protected]"
target="_blank"
rel="noopener nofollow"
>
<i class="icon-email home__details__social__icon"></i>
Email
</a>
</div>
</div>
</div>
<div class="oss" id="oss">
<h1>Open Source 🤗</h1>
<ul class="repos js-repos-list">
</ul>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-smooth-scroll/2.1.2/jquery.smooth-scroll.min.js"></script>
<script src="index1.js?q=2"></script>
<script type="text/javascript">
$(document).smoothScroll({
'delegateSelector': '.js-hashlink'
});
</script>
</body>
</html>