forked from gauransh-soni/xsmeke.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
assignment1.html
255 lines (201 loc) · 10.9 KB
/
assignment1.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset = "UTF-8">
<meta name = "viewport" content = "width=device-width, initial-scale=1.0">
<meta http-equiv = "X-UA-Compatible" content = "ie=edge">
<meta property = "og:type" content = "website">
<meta property = "og:description" content = "Ayush website / A designer / IIT Delhi Undergraduate">
<meta property = "og:image" content = "images/ogp.png">
<meta name = "twitter:card" content = "summary_large_image">
<meta name = "instagram:site" content = "@_ayush72">
<meta property = "og:site_name" content = "AYUSH PORTFOLIO">
<meta property = "og:locale" content = "en_US">
<link rel = "stylesheet" href = "css/css1.css">
<link rel = "stylesheet" href = "css/css2.css">
<link rel = "stylesheet" href = "https://use.fontawesome.com/releases/v5.0.6/css/all.css">
<link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Abril+Fatface">
<link rel = "shortcut icon" href = "#">
<link rel = "apple-touch-icon" href = "./apple-touch-icon.png">
<link rel="icon" href="images/alphabet.png" />
<meta property = "og:title" content = "AYUSH PORTFOLIO">
<title> DSL810 Course </title>
<!-- Global site tag (gtag.js) - Google Analytics -->
</head>
<body>
<header><a class="name" href="index.html">Ayush Pandey</a>
<div class="wrap">
<div class="icons"><a href="https://www.instagram.com/xsmeke/" target="_blank"><i class="fab fa-instagram"></i></a><a href="https://www.facebook.com/xsmeke" target="_blank"><i class="fab fa-facebook"></i></a><a href="https://www.linkedin.com/in/ayush-pandey-389854172/" target="_blank"><i class="fab fa-linkedin"></i></a><a href="https://www.github.com/xsmeke/" target="_blank"><i class="fab fa-github"></i></i></a><a href="https://www.behance.net/xsmeke/" target="_blank"><i class="fab fa-behance"></i></a><a href="https://www.twitter.com/xsmeke/" target="_blank"><i class="fab fa-twitter"></i></a></li>
<div class="menuIcon js-menuBtn"></div>
</div>
<nav class="global-nav">
<ul class="global-nav__list">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT ME</a></li>
<li><a href="dsl810_projects.html">DSL 810 Project</a></li>
<li><a href="dsl810.html">DSL 810 Assignments</a></li>
<li><a href="myblog.html">MY BLOG</a></li>
<li class="global-nav__sns"><a href="https://www.instagram.com/xsmeke/" target="_blank"><i class="fab fa-instagram"></i></a><a href="https://www.facebook.com/xsmeke" target="_blank"><i class="fab fa-facebook"></i></a><a href="https://www.linkedin.com/in/xsmeke/" target="_blank"><i class="fab fa-linkedin"></i></a><a href="https://www.github.com/xsmeke/" target="_blank"><i class="fab fa-github"></i></i></a><a href="https://www.behance.net/xsmeke/" target="_blank"><i class="fab fa-behance"></i></a><a href="https://www.twitter.com/xsmeke/" target="_blank"><i class="fab fa-twitter"></i></a></li>
</ul>
</nav>
<div class="curtain"></div>
<div class="loader"></div>
</header>
<main id="barba-wrapper">
<div class="barba-container" data-namespace="underlayer">
<div class="page-top">
<div class="page-top__inner"><a class="back-arrow" href="./index.html#about"><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="34" viewBox="0 0 67 34"><g fill="none" fill-rule="evenodd" stroke="#FFF" stroke-linecap="round" transform="translate(2 1)"><path stroke-width="2" d="M0,15.5533333 L64,15.5533333"/><polyline stroke-width="2" points="15.556 0 0 15.556 15.556 31.111"/></g></svg></a>
<p class="scrollDown">SCROLLDOWN</p>
<div class="title">
<h2 class="title__text">Assignment 1</h2>
<div class="border js-toRight"><span></span><span></span></div>
<p class="title__lead">WEBSITE DEVELOPMENT
<br>
Documentation</p></p>
<div class="btn-wrap"><a class="btn" href="dsl810.html">DSL 810</a></div>
</div>
<div class="image image__about"></div>
<div class="image__about"></div>
</div>
</div>
</div>
</main>
<div class="who container">
<div class="text text--top">
<p class="heading-num">01</p>
<div class="text__wrap text__wrap--top content">
<h2 class="heading heading--top">Overview</h2>
<div class="dsl-en">
</div>
<div class="dsl-wrap">
<div class="dsl-name">
<h3 class="dsl-jp"></h3>
<br>
<br>
<p class="dsl-en"></p>
</div>
<p class="dsl-text" style="font-size:1.3em;">
The first task of the course was to make a website. The main objectives were to introduce the student
and to have a section for assignments and project each. Basic concepts of HTML, CSS and Javascript were
discussed in class. Since I knew web development before hand, so I decided to make the website of my own
without using templates. Here's the final front page of my final website.
</p>
<div class="dsl-image"><img src="images/assignment1.jpg" alt="assignment1"></div>
</div>
</div>
</div>
<div class="who container">
<div class="text text--top">
<p class="heading-num">02</p>
<div class="text__wrap text__wrap--top content">
<h2 class="heading heading--top">Designing</h2>
<div class="dsl-en">
</div>
<div class="dsl-wrap">
<div class="dsl-name">
<h3 class="dsl-jp"></h3>
<br>
<br>
<p class="dsl-en"></p>
</div>
<p class="dsl-text" style="font-size:1.3em;">
I had this idea clear in my mind that I have to make something around Javascript illustrations.
I browsed platforms like Behance, Instagram and conceptualised the idea using pages like
<a href="https://www.instagram.com/uibucket/"><u>uibucket</u></a> and
<a href="https://www.instagram.com/welovewebdesign/"><u>welovewebdesign</u></a>
.I then created the svg files of moon, clouds and the gradient using <a href="https://www.adobe.com/in/products/illustrator.html">
<u>Adobe Illustrator</u></a> and picked up the color scheme from <a href="https://www.instagram.com/awsmcolor/">
<u>awsmcolor</u></a>. Images were taken from <a href="https://www.pexels.com/"><u>Pexels</u></a>.
Here's the first ideation of my idea in Adobe Illustrator.
</p>
<div class="dsl-image"><img src="images/old_design.png" alt="assignment1"></div>
</div>
</div>
</div>
<div class="who container">
<div class="text text--top">
<p class="heading-num">03</p>
<div class="text__wrap text__wrap--top content">
<h2 class="heading heading--top">Scripting</h2>
<div class="dsl-en">
</div>
<div class="dsl-wrap">
<div class="dsl-name">
<h3 class="dsl-jp"></h3>
<br>
<br>
<p class="dsl-en"></p>
</div>
<p class="dsl-text" style="font-size:1.3em;">
I used <a href="https://github.com/alvarotrigo/fullPage.js"><u>fullpage.js by Alvaro Trigo</u></a> to enable
fullscreen scrolling and to add landscape sliders inside the sections of the site. I used extensions
from <a href="https://www.codepen.io"><u>codepen.io</u></a>, <a href="https://www.bootstrapcdn.com"><u>bootstrapcdn.com</u></a>
to animate different sections and to apply beautiful libraries so as to improve the overall behaviour of website.
I took help from <a href="https://www.w3schools.com"><u>w3schools.com</u></a> and <a href="https://www.youtube.com/channel/UCW5YeuERMmlnqo4oq8vwUpg">
<u>The Net Ninja</u></a> Channel on YouTube to clear my doubts about certain sections.
</p>
<div class="dsl-image"><img src="images/new_design.png" alt="assignment1"></div>
</div>
</div>
</div>
<div class="who container">
<div class="text text--top">
<p class="heading-num">04</p>
<div class="text__wrap text__wrap--top content">
<h2 class="heading heading--top">Image Compression</h2>
<div class="dsl-en">
</div>
<div class="dsl-wrap">
<div class="dsl-name">
<h3 class="dsl-jp"></h3>
<br>
<br>
<p class="dsl-en"></p>
</div>
<p class="dsl-text" style="font-size:1.3em;">
My website was relatively slower because of the high quality of images. I then did
batch compression of them through <a href="https://imagecompressor.com"><u>imagecompressor.com</u></a>
The size reduced to around 50% then without compromising with the quality of the photos.
</p>
</div>
</div>
</div>
<div class="who container">
<div class="text text--top">
<p class="heading-num">04</p>
<div class="text__wrap text__wrap--top content">
<h2 class="heading heading--top">Finalizing</h2>
<div class="dsl-en">
</div>
<div class="dsl-wrap">
<div class="dsl-name">
<h3 class="dsl-jp"></h3>
<br>
<br>
<p class="dsl-en"></p>
</div>
<p class="dsl-text" style="font-size:1.3em;">
I added icons for social media websites, added few buttons for references, a footer and few navigation arrows.
I, at the end added new sections for My Introduction, DSL 810 Course, it's assignments, project and documented
Assignment 1 and also made the website resposive to perform seamlessly on mobile devices and tablets as well.
</p>
</div>
</div>
</div>
<footer class="footer">
<p><a href="mailto:ayushpandey72.sjs@gmail.com">ayushpandey72.sjs@gmail.com</a>
<a href="http://iitd.ac.in">Second Year Undergraduate, IIT Delhi</a></p>
<br>
<a href="http://web.iitd.ac.in/~jay/">An Assignment under Prof. Jay Dhariwal</a>
<!-- <p class="title__lead"> Second Year Undergraduate, IIT Delhi </p> -->
</footer>
</div>
</main>
<script src="js/js1.js"></script>
<script src="js/js2.js"></script>
<script src="js/js3.js"></script>
<script src="js/js4.js"></script>
<script src="js/js5.js"></script>
<script src="js/js6.js"></script>
</body>
</html>