-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
222 lines (213 loc) · 9.13 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
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE HTML>
<html>
<head>
<title>Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="portfolio-icon.png" type="image/png">
</head>
<body class="is-preload">
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<p href="index.html" class="logo"><strong>Portfolio</strong> for Web Development</p>
<ul class="icons">
<li><a href="https://github.com/sid293" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.linkedin.com/in/siddhesh-gawade-955631226/" class="icon brands fa-linkedin"><span class="label">Linkedin</span></a></li>
<!-- <li><a"><span class="label">Reasume</span></a></li> -->
</ul>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h1>Mini Projects</h1>
<p>I like learning about new techonology, and problem-solving.</p>
</header>
<p>
Siddhesh gawade</p>
</div>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>Projects</h2>
</header>
<div class="posts">
<article class="code-live">
<div class="window">
<a href="/dynamicLandingPage/index.html" class="image"><img src="DLP.PNG" alt="dynamic landing page" /></a>
</div>
<h3>Dynamic Landing page</h3>
<p>A page which shows current time, and adjust theme based on period of day. And lets you set name and goal.</p>
<ul class="actions">
<li><a href="https://github.com/sid293/sid293.github.io/blob/9b1d2cf0d85a5a18db2a8fd3bec51fe7c5ce8592/dynamicLandingPage/index.html" class='project-option button'>code</a></li>
<li><a href="/dynamicLandingPage/index.html" class='project-option button'>play</a></li>
</ul>
</article>
<article class="code-live">
<a href="/weather/index.html" class="image"><img src="W.PNG" alt="weather" /></a>
<h3>Weather</h3>
<p>Based on API, tells you the weather based on your search.</p>
<ul class="actions">
<li><a href="https://github.com/sid293/sid293.github.io/blob/9b1d2cf0d85a5a18db2a8fd3bec51fe7c5ce8592/weather/index.html" class='project-option button'>code</a></li>
<li><a href="/weather/index.html" class='project-option button'>play</a></li>
</ul>
</article>
<article class="code-live">
<div class="window">
<a href="/TicTacToe/index.html" class="image"><img src="TTT.PNG" alt="tic tac toe" /></a>
</div>
<h3>Tic Tac Toe</h3>
<p>Tic tac toe game for two players.</p>
<ul class="actions">
<li><a href="https://github.com/sid293/sid293.github.io/blob/9b1d2cf0d85a5a18db2a8fd3bec51fe7c5ce8592/TicTacToe/index.html" class='project-option button'>code</a></li>
<li><a href="/TicTacToe/index.html" class='project-option button'>play</a></li>
</ul>
</article>
<article class="code-live">
<div class="window">
<a href="/photoDetailsDisplay/index.html" class="image"><img src="G.PNG" alt="gallery" /></a>
</div>
<h3>Gallery</h3>
<p>A gallery of images.</p>
<ul class="actions">
<li><a href="https://github.com/sid293/sid293.github.io/blob/9b1d2cf0d85a5a18db2a8fd3bec51fe7c5ce8592/photoDetailsDisplay/index.html" class='project-option button'>code</a></li>
<li><a href="/photoDetailsDisplay/index.html" class='project-option button'>play</a></li>
</ul>
</article>
<article class="code-live">
<div class="window">
<a href="/PCalculator/index.html" class="image"><img src="C.PNG" alt="calculator" /></a>
</div>
<h3>Calculator</h3>
<p>A simple calculator which lets you perform basic operations.</p>
<ul class="actions">
<li><a href="https://github.com/sid293/sid293.github.io/blob/9b1d2cf0d85a5a18db2a8fd3bec51fe7c5ce8592/PCalculator/index.html" class='project-option button'>code</a></li>
<li><a href="/PCalculator/index.html" class='project-option button'>play</a></li>
</ul>
</article>
<article class="code-live">
<div class="window">
<a href="/musicEvents/index.html" class="image"><img src="M.PNG" alt="music keyborad" /></a>
</div>
<h3>Music Keyboard
</h3>
<p>Play game sound effects using your keyboard keys.</p>
<ul class="actions">
<li><a href="https://github.com/sid293/sid293.github.io/blob/9b1d2cf0d85a5a18db2a8fd3bec51fe7c5ce8592/musicEvents/index.html" class='project-option button'>code</a></li>
<li><a href="/musicEvents/index.html" class='project-option button'>play</a></li>
</ul>
</article>
</div>
</section>
</div>
<hr>
<div id="GIT" class='content'>
<header class="major">
<h2>Get in touch</h2>
</header>
<p>Here are other ways you can contact me.</p>
<ul class="contact">
<li class="icon solid fa-envelope">[email protected]</li>
</li>
</ul>
</div>
</div>
<!-- Sidebar -->
<!-- <div id="sidebar">
<div class="inner"> -->
<!-- Search -->
<!-- <section id="search" class="alt">
<form method="post" action="#">
<input type="text" name="query" id="query" placeholder="Search" />
</form>
</section> -->
<!-- Menu -->
<!-- <nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li>
<li>
<span class="opener">Submenu</span>
<ul>
<li><a href="#">Lorem Dolor</a></li>
<li><a href="#">Ipsum Adipiscing</a></li>
<li><a href="#">Tempus Magna</a></li>
<li><a href="#">Feugiat Veroeros</a></li>
</ul>
</li>
<li><a href="#">Etiam Dolore</a></li>
<li><a href="#">Adipiscing</a></li>
<li>
<span class="opener">Another Submenu</span>
<ul>
<li><a href="#">Lorem Dolor</a></li>
<li><a href="#">Ipsum Adipiscing</a></li>
<li><a href="#">Tempus Magna</a></li>
<li><a href="#">Feugiat Veroeros</a></li>
</ul>
</li>
<li><a href="#">Maximus Erat</a></li>
<li><a href="#">Sapien Mauris</a></li>
<li><a href="#">Amet Lacinia</a></li>
</ul>
</nav> -->
<!-- Section -->
<!-- <section>
<header class="major">
<h2>Ante interdum</h2>
</header>
<div class="mini-posts">
<article>
<a href="#" class="image"><img src="images/pic07.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
<article>
<a href="#" class="image"><img src="images/pic08.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
<article>
<a href="#" class="image"><img src="images/pic09.jpg" alt="" /></a>
<p>Aenean ornare velit lacus, ac varius enim lorem ullamcorper dolore aliquam.</p>
</article>
</div>
<ul class="actions">
<li><a href="#" class="button">More</a></li>
</ul>
</section> -->
<!-- Section -->
<!-- <section>
<header class="major">
<h2>Get in touch</h2>
</header>
<p>Here are other ways you can contact me.</p>
<ul class="contact">
<li class="icon solid fa-envelope"><a href="#">[email protected]</a></li>
</li>
</ul>
</section> -->
<!-- Footer -->
<!-- <footer id="footer">
<p class="copyright">© Untitled. All rights reserved. Demo Images: <a href="https://unsplash.com">Unsplash</a>. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer> -->
<!-- </div>
</div>
</div>
-->
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>