-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
210 lines (172 loc) · 7.34 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
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Shorya Pawar</title>
<!-- Css Link -->
<link rel="stylesheet" href="css/style.css">
<!-- favicon -->
<link rel="icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Google font -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link
href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@100&family=Sacramento&display=swap"
rel="stylesheet">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/cf26d22cfc.js" crossorigin="anonymous"></script>
</head>
<body>
<!--NAVBAR -->
<header>
<nav>
<ul class="nav__links">
<li><a href="#About">About</a></li>
<li><a href="#Skills">Skills</a></li>
<li><a href="#project">Projects</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</nav>
</header>
<section id="Home">
<div class="top-container">
<img class="top-cloud" src="images/cloud2.png" alt="cloud-img">
<h1>I'm Shorya,</h1>
<h2>an aspiring programmer.</h2>
<img class="middle-cloud" src="images/cloud2.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
</section>
<!-- !!!!!!ABoUT !!!!-->
<section id="About">
<div class="middle-container">
<div class="profile">
<img src="images/profile-pic (3) (Custom).png" alt="shorya-img">
<h2>Hello.</h2>
<p class="intro">I’m an aspiring Software development engineer currently working on
my problem solving skills as well as communication skills.</p>
</div>
<hr>
</section>
<!-- Skills -->
<section id="Skills">
<div class="skills" id="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="computer" src="images/computer.png" alt="computer-img">
<h3 class="skills-heading">Programming and Web Development</h3>
<p class="skills-text">I first learnt programming in my 9th standard, which introduced the basics of a number of
languages.Then I get admission in B.Sc. (Honours) Computer Science. Since deciding to focus on web
development,Now I'm Learning Web Development.
</p>
</div>
<div class="skill-row">
<img class="languages" src="images/MERN.png" alt="lub-img">
<h3 class="skills-heading">Languages and skills</h3>
<p class="skills-text">
<table cellspacing="10">
<tr>
<td>HTML and CSS</td>
</tr>
<tr>
<td>Javascript</td>
</tr>
<tr>
<td>Node.js</td>
</tr>
<tr>
<td>Express.js</td>
</tr>
<tr>
<td>C++</td>
</tr>
<tr>
<td>Express JS</td>
</tr>
<tr>
<td>Java</td>
</tr>
<tr>
<td>React JS </td>
</tr>
<tr>
<td>Mongo DB</td>
</tr>
<tr>
<td>Git Github</td>
</tr>
</tr>
</table>
</p>
</div>
</div>
<hr>
</section>
<!-- Projects -->
<section id="project">
<h2>Projects</h2>
<div class="project-container">
<div class="project-card">
<img class="project-img"src="images/p1.png" alt="Project-one">
<h3>Tindog-webiste</h3>
<p class="project-subtext">A landing page for Dog purchasing app</p>
<p><a class="project-link" href="https://shoryapawar.github.io/Tindog-webiste/">View Here</a> </p>
</div>
<div class="project-card">
<img class="project-img"src="images/weather.png" alt="Project-one">
<h3>Weather App</h3>
<p class="project-subtext">An intelligent weather application equipped with a search filter. It provides a comprehensive 7-day forecast and essential weather information for the city.</p>
<p><a class="project-link" href="https://pixel-weather-app.netlify.app/">View Here</a> </p>
</div>
<div class="project-card">
<img class="project-img"src="images/todo.png" alt="Project-one">
<h3>TODO App </h3>
<p class="project-subtext">This is a Todo application built using the MERN (MongoDB, Express, React, Node.js) stack. The app allows users to create an account, log in, and manage their tasks. </p>
<p><a class="project-link" href="https://todo-app-mern-fawn.vercel.app/">View Here</a> </p>
</div>
<div class="project-card">
<img class="project-img"src="images/p2.png" alt="Project-one">
<h3>Dice Game</h3>
<p class="project-subtext">A Dice Game user which gets the higher number wins. It can have upto 10 players and max 6 dice </p>
<p><a class="project-link" href="https://shoryapawar.github.io/DICE-GAME/">View Here</a> </p>
</div>
<div class="project-card">
<img class="project-img"src="images/p3.png" alt="Project-one">
<h3>Drum Kit</h3>
<p class="project-subtext">A Drum wesbite in which you can play some of the drumkit items.</p>
<p><a class="project-link" href="https://shoryapawar.github.io/Drumkit/">View Here</a></p>
</div>
<div class="project-card">
<img class="project-img"src="images/tic-tac-toe.png" alt="Project-one">
<h3>Tic Tac Toe APP</h3>
<p class="project-subtext">Basic Tic tac toe </p>
<p><a class="project-link" href="https://shoryapawar.github.io/tic-tac-toe/index.html">View Here</a> </p>
</div>
</div> <!-- Project Container end -->
<hr>
</section>
<section id="Contact">
<!-- Contact -->
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>"If I had asked people what they wanted, they would have said faster horses. ”</h3>
<p class="contact-message">Just an fresher in Web Development. If you wanna hire me.
Please contact me.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<!-- SOcial Links -->
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/shorya-pawar-7a174819a/"> <i class="fab fa-linkedin"></i>
</a>
<a class="footer-link" href="https://twitter.com/ShoryaPawar"><i class="fab fa-twitter"></i> </a>
<a class="footer-link" href="https://github.com/shoryapawar"> <i class="fab fa-github"></i> </a>
<a class="footer-link" href="https://www.instagram.com/shoryapawar/"><i class="fab fa-instagram"></i> </a>
<p class="copyright">© 2023 Shorya Pawar.</p>
</div>
</section>
</body>
</html>