-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
275 lines (247 loc) Β· 10.9 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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
<!DOCTYPE HTML>
<html>
<head>
<title>Somya Jaiswal</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" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<style>
.iframe-container{
position: relative;
width: 100%;
padding-bottom: 56.25%;
height: 0;
}
.iframe-container iframe{
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
</style>
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header>
<h1><a href="index.html" id="logo">Somya Jaiswal</a></h1>
<hr />
<p>Web Developer π</p><br>
</header>
<footer>
<a href="#banner" class="button circled scrolly">Start</a>
</footer>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="https://somj57.pythonanywhere.com"target="_blank">Portfolio</a></li>
<li>
<a href="#">Projects</a>
<ul>
<li><a href="https://somj57.github.io/smart-brain-site/"target="_blank">Smart Brains</a></li>
<li><a href="https://somj57.github.io/TinDog/"target="_blank">TinDog</a></li>
<li><a href="https://somj57.github.io/BackgroundGenerator/"target="_blank">Background Generator</a></li>
<li>
<a href="#">Games …</a>
<ul>
<li><a href="https://somj57.github.io/DrumKit/"target="_blank">Drum Kit</a></li>
<li><a href="https://somj57.github.io/SimonGame/"target="_blank">Simon Game</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="https://somj57.github.io/Photography/"target="_blank">Photography</a></li>
<li><a href="https://www.youtube.com/channel/UCmiGuWKPEFcXyB7lX-2qxMw"target="_blank">Youtube</a></li>
<li><a href="https://github.com/somj57"target="_blank">GitHub</a></li>
</ul>
</nav>
</div>
<!-- Banner -->
<section id="banner">
<header>
<h2>Hi. This is <strong>Somya Jaiswal</strong>.</h2>
<p>
I am currently pursuing my engineering with CSE . Besides that i love to make WebSites and Machine Learning Projects
</p>
</header>
</section>
<!-- Carousel -->
<section class="carousel">
<div class="reel">
<article>
<a href="https://somj57.pythonanywhere.com/" target="_blank"class="image featured"><img src="images/Portfolio.png" alt="" /></a>
<header>
<h3><a href="https://somj57.pythonanywhere.com/"target="_blank">PortFolio</a></h3>
</header>
<p>Visit my portfolio website which i have bulid using Python , Html , Css , JS.</p>
</article>
<article>
<a href="https://somj57.github.io/Photography"target="_blank" class="image featured"><img src="images/Photography.png" alt="" /></a>
<header>
<h3><a href="https://somj57.github.io/Photography"target="_blank">Photography</a></h3>
</header>
<p>Visit my Photography site where i post picture's which i click :)</p>
</article>
<article>
<a href="https://somj57.github.io/smart-brain-site/"target="_blank" class="image featured"><img src="images/SmartBrainsSite.png" alt="" /></a>
<header>
<h3><a href="https://somj57.github.io/smart-brain-site/"target="_blank">Smart Brains</a></h3>
</header>
<p>This is site corrosponding to my Minor Project in college.</p>
</article>
<article>
<a href="https://somj57.github.io/TinDog"target="_blank" class="image featured"><img src="images/TinDog.png" alt="" /></a>
<header>
<h3><a href="https://somj57.github.io/TinDog"target="_blank">Tin Dog</a></h3>
</header>
<p>This is startup tempelate.Which is free for use and easily customizable</p>
</article>
<article>
<a href="https://somj57.github.io/SimonGame/"target="_blank" class="image featured"><img src="images/SimonGame.png" alt="" /></a>
<header>
<h3><a href="https://somj57.github.io/SimonGame/"target="_blank">Simon Game</a></h3>
</header>
<p>A simple memory game build with javascript and a little Css.</p>
</article>
<article>
<a href="https://somj57.github.io/HashGenerator/" target="_blank"class="image featured"><img src="images/Hash.png" alt="" /></a>
<header>
<h3><a href="https://somj57.github.io/HashGenerator/"target="_blank">Hash Generator</a></h3>
</header>
<p>Very Simple hash generator tool which can generate MD5 hashes.</p>
</article>
<article>
<a href="https://somj57.github.io/DrumKit/" target="_blank"class="image featured"><img src="images/Drum.png" alt="" /></a>
<header>
<h3><a href="https://somj57.github.io/DrumKit/"target="_blank">Drum Kit</a></h3>
</header>
<p>Drum Kit is a musical tool based on web application.</p>
</article>
<article>
<a href="https://somj57.github.io/robofriends/"target="_blank" class="image featured"><img src="images/Robo.png" alt="" /></a>
<header>
<h3><a href="https://somj57.github.io/robofriends/"target="_blank">Robo Friends</a></h3>
</header>
<p>A Simple React Application which shows my friends π.</p>
</article>
<article>
<a href="https://www.youtube.com/watch?v=0FtTG05-eVc&t" target="_blank"class="image featured"><img src="images/React.png " alt="" /></a>
<header>
<h3><a href="https://www.youtube.com/watch?v=0FtTG05-eVc&t"target="_blank">React App</a></h3>
</header>
<p>Visit my youtube channel to learn how to make it.</p>
</article>
</div>
</section>
<!-- Main -->
<div class="wrapper style2">
<br><br>
<article id="main" class="container special">
<div class="iframe-container">
<iframe width="560" height="560" src="https://www.youtube.com/embed/CR3StZlpAbk" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<br>
<header>
<h2><a href="#">Learn On Youtube With Me</a></h2>
<p>
I also teach what i know in free time to others this helps me sharing my knowledge with others and refining mine if someone tell me some better way to carry out that process πΎ
</p>
</header>
<footer>
<a href="https://www.youtube.com/channel/UCmiGuWKPEFcXyB7lX-2qxMw" class="button">YouTube</a>
</footer>
</article>
</div>
<!-- Features -->
<div class="wrapper style1">
<section id="features" class="container special">
<header>
<h2>Projects</h2>
<p>These are some of my projects which i have build across various platforms.</p>
</header>
<div class="row">
<article class="col-4 col-12-mobile special">
<a href="https://somj57.github.io/smart-brain-site/"target="_blank" class="image featured"><img src="images/SmartBrainLogo.png" alt="" /></a>
<header>
<h3><a href="https://somj57.github.io/smart-brain-site/"target="_blank">Smart Brain's</a></h3>
</header>
<p>
This is our homepage for all our Machine Learning Projects which i have made made till now working with python and its native tools.
</p>
</article>
<article class="col-4 col-12-mobile special">
<a href="https://github.com/somj57/Python-Projects"target="_blank" class="image featured"><img src="images/python.jpeg" alt="" /></a>
<header>
<h3><a href="https://github.com/somj57/Python-Projects"target="_blank">Python Projects</a></h3>
</header>
<p>
This the link of GitHub Repo which i have made on GitHub which have all my python projects (Python3) which are very easy to use .
</p>
</article>
<article class="col-4 col-12-mobile special">
<a href="https://github.com/somj57/HtmlTemplates" target="_blank"class="image featured"><img src="images/Portfolio1.png" alt="" /></a>
<header>
<h3><a href="https://github.com/somj57/HtmlTemplates"target="_blank">Html Templates</a></h3>
</header>
<p>
I have made many Html Templates which are free to use and are very easy to start with. These contains various themes suiting there purpose.
</p>
</article>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<div class="row">
<div class="col-12">
<div class="iframe-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/REKqSOBy_vc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
<hr />
<div class="row">
<div class="col-12">
<!-- Contact -->
<section class="contact">
<header>
<h3>Social Media Handlers</h3>
</header>
<p>Follow / Like / Share / Subscribe</p>
<ul class="icons">
<li><a href=" https://twitter.com/somj57" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/som.jaiswal.144" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/som.jaiswal.sj/" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.youtube.com/channel/UCmiGuWKPEFcXyB7lX-2qxMw" class="icon brands fa-youtube"><span class="label">Youtube</span></a></li>
<li><a href="https://github.com/somj57" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>© Somya Jaiswal</li><li>Design: Free to use</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.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>