-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
154 lines (137 loc) · 6.18 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
<!DOCTYPE html>
<html>
<head>
<title>Pranay Agarwal</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<link rel="icon" href="assets/Favicon.png" type="image/png" sizes="16x16">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9LNRTT051P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9LNRTT051P');
</script>
<script src="index.js"></script>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css">
</head>
<header id="header">
<a href = "#top"> <img id="Logo" src="./assets/Logo.png"> </a>
<div class="nav justify-content-center">
<div class="nav-item">
<a class="nav-link" href="#preview">Projects</a>
</div>
<div class="nav-item">
<a class="nav-link" href="#preview-resources">Resources</a>
</div>
<div class="nav-item">
<a class="nav-link" target="_blank" href="https://drive.google.com/file/d/1L-VpXOsPoTX0qRO88rsEIh2KRJSSo2IO/view?usp=sharing">Resume</a>
</div>
<div class="nav-item">
<a class="nav-link" href="#preview1">About</a>
</div>
</div>
</header>
<body >
<div class="home" id="top">
<div class="main_img">
<img class="avatar" src="./assets/Main_Image.png">
</div>
<div class="intro">
<p class="name">
I’m Pranay, a Product Designer,<br>currently designing at Taxmann Technologies
</p>
</div>
</div>
<div class="tag" id="preview">
<div class="section_name">
<img class="line_left" src="./assets/Line.svg">
<p class="section_text">PROJECTS</p>
<img class="line_right" src="./assets/Line1.svg">
</div>
</div>
<div class="section">
<div class="links">
<a href="http://mockey.ai/" target="_blank">
<img class="project-image project-5" src="./assets/Project-5.png" />
</a>
</div>
<div class="links">
<a href="https://www.notion.so/Product-Design-Internship-Hapramp-Studio-04ce948b69fc402aabc034c0cf022f2f" target="_blank">
<img class="project-image project-1" src="./assets/Project-1.png" />
</a>
</div>
<div class="links">
<a href="https://medium.com/@agarwalpranay76161/clock-app-redesigned-ux-case-study-a73c08c1b84d" target="_blank">
<img class="project-image project-2" src="./assets/Project-2.png" />
</a>
</div>
<div class="links">
<a href="https://www.notion.so/Neumorphs-Apps-Reimagined-8104891aad1c4eebb760461dbf0080f5" target="_blank">
<img class="project-image project-3" src="./assets/Project-3.png" />
</a>
</div>
<!-- <div class="links">
<a href="https://www.notion.so/Lister-Priority-Based-To-Do-App-f73d690f5a7f4afea02f8a5f6fa32652" target="_blank">
<img class="project-image project-4" src="./assets/Project-4.png" />
</a>
</div> -->
</div>
<br/><br/><br/>
<div class="tag" id="preview-resources">
<div class="section_name">
<img class="line_left" src="./assets/Line.svg">
<p class="section_text">RESOURCES</p>
<img class="line_right" src="./assets/Line1.svg">
</div>
</div>
<div class=about>
<p class="about_text">
I like to contribute to the design community in the form of resources. These are some of the contributions which got a little bit of love.<br>
</p>
</div>
<div class="section">
<div class="links">
<a href="https://www.figma.com/community/file/973635124805094790/Doodles" target="_blank">
<img class="project-image project-5" src="./assets/Community-1.png" />
</a>
</div>
<div class="links">
<a href="https://www.figma.com/community/file/1014091460442575378/Mocky-%7C-Create-Tshirt-Mockups-in-Seconds" target="_blank">
<img class="project-image project-5" src="./assets/Community-2.png" />
</a>
</div>
</div>
<br/>
<div class="tag" id="preview1">
<div class="section_name">
<img class="line_left" src="./assets/Line.svg">
<p class="section_text">ABOUT</p>
<img class="line_right" src="./assets/Line1.svg">
</div>
</div>
<div class=about>
<p class="about_text">
I'm a geek who loves to design stuff and enjoys doodling on the blank canvas.<br><br>
I was born and raised in India and pursued engineering in Computer Science. I love creating new experiences for people and the idea of impacting lives with digital medium inspires me. <br><br>
Apart from that I love watching anime and suspense thrillers and enjoys travelling to different places. When I'm not on Figma, you can find me doodling random stuff :)
</p>
</div>
<div class="connect">
<a href="https://dribbble.com/PranayAgarwal" class="fab fa-dribbble" target="_blank"></a>
<a href="https://medium.com/@agarwalpranay76161" class="fab fa-medium-m" target="_blank"></a>
<a href="https://www.linkedin.com/in/py-ag/" class="fab fa-linkedin-in" target="_blank"></a>
<a href="mailto:[email protected]" class="fas fa-envelope" target="_blank"></a>
<a href="https://twitter.com/py_agarwal" class="fab fa-twitter" target="_blank"></a>
</div>
<footer class="footer">
<p class="footer_text">
Designed & < / > by Pranay
</p>
</footer>
</body>
</html>