-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
202 lines (186 loc) · 6.17 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
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
/>
<title>Portfolio - Gautam Juyal</title>
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/responsive.css" />
<script src="./js/main.js" defer></script>
</head>
<body>
<header class="header">
<div class="logo">Gautam Juyal</div>
<div class="nav">
<span class="ham-menu" id="ham-menu">
<img src="./Images/ham.png" alt="ham menu" />
</span>
<ul class="hide_nav" id="dropdown-menu">
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</div>
</header>
<section class="intro">
<div class="intro-txt">
<h1>Hi</h1>
<h2>I am <span class="highlight">Gautam</span>,</h2>
<h2>An aspiring full stack developer.</h2>
<p>I'm a tech enthusiast and I love plants.</p>
</div>
<div class="profile-img">
<img
src="Profile-images/photo_2022-01-16_20-40-17.jpg"
alt="profile-img"
/>
</div>
<!-- <div class="social-media">
<div class="sm">
<a href = "https://github.com/gautamjuyal" target= blank><img src="Images/icons8-github.svg" alt="GitHub"> GitHub
</a>
</div>
<div class="sm">
<a href = "https://www.linkedin.com/in/gautamjuyal/" target= blank><img src="Images/icons8-linkedin-circled.svg" alt="LinkedIn"> LinkedIn
</a>
</div>
<div class="sm">
<a href = "https://twitter.com/GautamJuyal" target= blank><img src="Images/icons8-twitter.svg" alt="Twitter"> Twitter
</a>
</div>
</div> -->
</section>
<section class="sk-ach" id="skills">
<div class="achievements">
<h1>Achievements</h1>
<ul>
<li>
Completed 8 challenges on
<a href="http://www.frontendmentor.io">frontendmentor.io</a>
</li>
<li>CSS skill assessment badge on LinkedIn</li>
<li>
C++ Silver Badge on
<a href="http://www.hackerrank.com" target="blank"
>hackerrank.com</a
>
</li>
</ul>
</div>
<div class="skills">
<div class="heading">
<h1>Skills</h1>
</div>
<div class="elements">
<span>HTML</span>
<span>CSS</span>
<span>JavaScript</span>
<span>Git</span>
<span>GitHub</span>
<span>C++</span>
</div>
</div>
</section>
<section class="projects" id="projects">
<div class="heading">
<h1>Projects</h1>
</div>
<div class="project-section">
<div class="proj">
<h2>Portfolio Website</h2>
<p>
Created personal portfolio website using semantic HTML and vanilla
CSS. The colors were taken from colorhunt.co website. The portfolio
is open source and can be used by anyone. Learned more about CSS
with this project.
</p>
<a
href="https://gautamjuyal.github.io/portfolio-template-1/"
target="blank"
>
View Deployment</a
>
</div>
<div class="proj">
<h2>Game Card Component</h2>
<p>
Created Game card component on codepen.io<br />
Used vanilla CSS to create the design and animations. Gained decent
knowledge about css grid and css transitions while working on the
project.
</p>
<a href="https://codepen.io/gautamjuyal/pen/bGvyBem" target="blank">
View Deployment</a
>
</div>
<div class="proj">
<h2>FAQ Accordion</h2>
<p>
Created FAQ accordion component from frontendmentor.io<br />
Used vanilla CSS for styles and JavaScript for FAQ interactions.
Explored different approaches to create interactive elements.
</p>
<a href="https://gautamjuyal.github.io/faq-accordion/" target="blank">
View Deployment</a
>
</div>
</div>
</section>
<footer class="contact" id="contact">
<h1>Contact</h1>
<div class="contact-info">
<div class="con-attr">
<img
src="Images/home_pin_FILL0_wght400_GRAD0_opsz48.svg"
alt="location"
/>
<span>Uttarakhand, India</span>
</div>
<div class="con-attr">
<img src="Images/mail_FILL0_wght400_GRAD0_opsz48.svg" alt="email" />
<span
><a href="mailto: [email protected]"
></span
>
</div>
</div>
<div class="social-media">
<div class="sm">
<a href="https://github.com/gautamjuyal" target="blank"
><img src="Images/icons8-github.svg" alt="GitHub" />
</a>
</div>
<div class="sm">
<a href="https://www.linkedin.com/in/gautamjuyal/" target="blank"
><img src="Images/icons8-linkedin-circled.svg" alt="LinkedIn" />
</a>
</div>
<div class="sm">
<a href="https://twitter.com/GautamJuyal" target="blank"
><img src="Images/icons8-twitter.svg" alt="Twitter" />
</a>
</div>
<div class="sm">
<a href="https://codepen.io/gautamjuyal" target="blank"
><img src="Images/icons8-codepen-30.svg" alt="Codepen" />
</a>
</div>
</div>
<div class="credits">
<p>Designed and Coded by <span class="highlight">Gautam Juyal</span></p>
<!-- <p>Additional contribution by <span class="highlight">XYZ</span> </p> -->
</div>
</footer>
</body>
</html>