forked from thecomputerfella/shwet-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
199 lines (148 loc) · 6.58 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>about - shwet</title>
<link rel="shortcut icon" type="image/jpg" href="circ1_img.jpg">
<link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="navbar.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</head>
<body>
<!-- <div id="content"></div> -->
<div class="container">
<nav>
<header>
<div class="logo"></div>
<ul class="nav_links">
<li><a id="active" href="#">about me</a></li>
<li><a href="portfolio.html">portfolio</a></li>
<li><a href="articles.html">articles</a></li>
<li><a href="#">contact</a></li>
</ul>
<div class="burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</header>
</nav>
<div id="top">
<div id="top_left">
<div id="top_left_content">
<div id="title">
<h2>shwet mishra</h2>
</div>
<div id="description">
i am a design enthusiast, i see the world in a creative
way while observing things of all kind, i try to create
great visual content, i'm always in pursuit of happiness.
</div>
<div id="know_more_btn">
<button>know more ⇢</button>
</div>
</div>
</div>
<div id="top_right">
<div id="top_right_content">
<div id="circ1"></div>
<div id="circ2"></div>
<div id="circ3"></div>
</div>
</div>
</div>
<hr color="#EEEEEE">
<div id="mid">
<div id="recent_work_title">recent works</div>
<div id="mid_content">
<div id="work_card_1">
<div id="work_rect"></div>
<div id="work_circ"></div>
<p id="work_name">pollo</p>
<p id="work_desc">a polling & opinions app</p>
</div>
<div id="work_card_2">
<div id="work_rect"></div>
<div id=work_desc_sec>
<div id="work_circ"></div>
<p id="work_name">settlemint</p>
<p id="work_desc">a bill splitting app</p>
</div>
</div>
<div id="work_card_3">
<div id="work_rect"></div>
<div id="work_circ"></div>
<p id="work_name">gen-y</p>
<p id="work_desc">a technical team website</p>
</div>
<div id="work_card_4">
<div id="work_rect"></div>
<div id="work_circ"></div>
<p id="work_name">elaxer</p>
<p id="work_desc">a social media app</p>
</div>
</div>
</div>
<div id="bottom">
<div id="exp_skill_title">experience & skills</div>
<div id="bottom_content">
<div id="experience">
<p id="exp1_title">ui/ux design head</p>
<div id="exp1"></div>
<p id="exp2_title">ui/ux design intern</p>
<div id="exp2"></div>
<p id="exp3_title">ui/ux design intern</p>
<div id="exp3"></div>
<p id="exp4_title">graphic design intern</p>
<div id="exp4"></div>
</div>
<img alt="shwet bitmoji" id="bitmoji" src="shwet_bitmoji.png">
<div class="" id="skills">
<p id="skl1_title">xd & figma</p>
<div id="skl1"></div>
<p id="skl2_title">photoshop & illustrator</p>
<div id="skl2"></div>
<p id="skl3_title">after effects</p>
<div id="skl3"></div>
<p id="skl4_title">html, css & js</p>
<div id="skl4"></div>
</div>
</div>
</div>
</div>
<hr color="#eeeeee">
<footer id="footer">
<P id="email"><a href="mailto:[email protected]?subject=Hello%20Shwet">[email protected]</a></P>
<p id="behance"><a target="_blank" href="https://www.be.net/shwetmishra">behance</a></p>
<p id="dribbble"><a target="_blank" href="https://www.dribbble.com/shwetmishra">dribbble</a></p>
<p id="linkedin"><a target="_blank" href="https://www.linkedin.com/in/shwetmishra">linkedin</a></p>
<p id="twitter"><a target="_blank" href="https://www.twitter.com/geekyshwet">twitter</a></p>
<p id="copyright">website design & content © 2019 shwet mishra </p>
</footer>
<!-- <button class = "lund" style = "position:fixed; top:0;" onclick="foo()">Click</button> -->
<script src="navbar.js"></script>
</body>
<script type="text/javascript" src="custom.js"></script>
<!-- <script type="text/javascript" src="jquery.js"></script> -->
<!-- <script
src="https://code.jquery.com/jquery-3.4.1.js"
integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU="
crossorigin="anonymous"></script> -->
<!-- <script>
// function foo(){
// alert(document.documentElement.scrollTop);
// }
// function foo(){
// document.getElementsByClassName("lund")[0].style.animationPlayState = "running";
// }
// alert("3baar");
function scrolling(){
if(document.documentElement.scrollTop >= 716){
document.getElementById("skl1_title").style.animationPlayState = "running";
}
}
</script> -->
</html>