-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassignments.html
350 lines (332 loc) · 20.6 KB
/
assignments.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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
<link rel="stylesheet" href="js/jquery-ui-1.12.1/jquery-ui.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style/style.css">
</head>
<body>
<!-- MAin Container of page -->
<p style="text-align:center">All this Projects below are college assignments. This are not any live or professional website.</p>
<div class="main-container">
<!-- start left panel of page -->
<div class="navigation">
<div class="nav">
<div class="logo">
<img class="logo-image" src="images/ng-logo.png" />
</div>
<div class="main-menu">
<ul class="menu-list">
<li><a href="index.html">Personal Information</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="assignments.html">Assignments</a></li>
</ul>
</div>
<div class="page-sections">
<div class="sections">
</div>
</div>
<div class="profile">
<div class="profile-name">Nidhi G.</div>
<div class="profile-tagline1">Web Developer | Web Designer</div>
<div class="profile-tagline2">Keep Calm and Code.</div>
</div>
</div>
</div>
<!-- End left panel of page -->
<!-- start main section of page -->
<div class="container">
<div class="wrapper">
<div class="inner-wrapper">
<div class="project-section">
<div class="profile-name">Projects</div>
<!--start accordion-->
<div id="accordion1">
<h3 class="accordion-title">Lecture 1 - First Website [Bonus Lab] <span class="fa fa-heart" style="color:none;"></span></h3>
<div class="accordion-content">
The goal for this exercise is to demonstrate our knowledge using the concepts from Lecture 1.<br />
For this, I developed two versions of the same website:<br />
<ul>
<li> In part I, I created an initial version</li>
<li>
In Part II, I created a sophisticated version, where i made it look polish, professional.
</li>
</ul>
<div class="summary-title">
Learning Outcomes
</div>
<div class="summary-detail">
In this Assignment, I learned how to design a layout of any website. I acknowledged myself with various basic HTML tags like, < HTML > ,< head > ,< body > . Including this i got to know about
Elements, Attributes, Headings, Paragraphs, Styles, Formatting, Quotations, Comments, Color, Links, Images, Tables from <a href="https://www.w3schools.com/html/default.asp"><u>https://www.w3schools.com/html/default.asp </u> </a>
</div>
<div id="dialogBox1">
<a href="doc/Lecture1/part2/index.html" target="_blank">
<img class="" src="images/myass1.png" width="800" />
</a>
</div>
<div class="download">
<a href="doc/Lecture1.zip" target="_blank" download> Download</a>
<i class="fa fa-download"></i>
</div>
<div class="download" id="openDialogue1">
<span> Open Screenshot</span>
</div>
</div>
<h3 class="accordion-title">Lecture 2 - Table Exercise - Employee Directory <span class="fa fa-heart" style="color:red;"></span></h3>
<div class="accordion-title">
<p>
The goal for this exercise is to demonstrate our knowledge using the HTML tags related to designing tables
</p>
<p>
The table must contain the following columns:
<ul>
<li>Photo | Image must be resized to either 32x32 or 64 x 64.</li>
<li>Name | Last name Bold</li>
<li>Postal Code | Must be links to Google Maps</li>
<li>email | Must be clickable to send an email; Custom Font: Courier New</li>
<li>Phone | Must be clickable to make a call</li>
<li>Salary | Custom Font: Courier New, Custom Font Size: 18pt, Green background</li>
</ul>
</p>
<p>
The table Layout was given below:<br />
<img class="" src="images/table.png" width="800" />
</p>
<div class="summary-title">
Learning Outcomes
</div>
<div class="summary-detail">
In this assignment, I used many html tags a, attributes and CSS to design as per given table and data. I learned about the table format and other table tags.
</div>
<div id="dialogBox2">
<a href="doc/Lecture2/Part2/table.html" target="_blank">
<img class="" src="images/myass2.png" width="800" />
</a>
</div>
<div class="download">
<a href="doc/Lecture2.zip" target="_blank" download> Download</a>
<i class="fa fa-download"></i>
</div>
<div class="download" id="openDialogue2">
<span> Open Screenshot</span>
</div>
</div>
<h3 class="accordion-title">Lecture 3 - Best Practices on Visual Elements <span class="fa fa-heart" style="color:none;"></span></h3>
<div class="accordion-title">
<p>
In this exercise I worked on the design of a website.
</p>
<ol>
<li>
I Picked two websites areas/functionalities to describe them. Found four websites that uses
those areas/functionalities, which have similar
content/services and the other two are on different contents/services.
<br />
</li>
</ol>
<div class="summary-title">
Learning Outcomes
</div>
<div class="summary-detail">
In this assignment, I have been taught how to analyse different websites and functionalitis to create my own website. How to decide the functionalities and
design by getting inspiration of existing websites.
</div>
<div id="dialogBox3">
<a href="doc/IM-115-Lab3.pptx" download target="_blank">
<img class="" src="images/myass3.png" width="800" />
</a>
</div>
<div class="download">
<a href="doc/IM-115-Lab3.pptx" target="_blank" download> Download</a>
<i class="fa fa-download"></i>
</div>
<div class="download" id="openDialogue3">
<span> Open Screenshot</span>
</div>
</div>
<h3 class="accordion-title">Lecture 4 - Developing Survey using HTML Forms <span class="fa fa-heart" style="color:none;"></span></h3>
<div class="accordion-title">
<ul>
<li> I designed a webpage for a survey. My goal was to use all the HTML Input Types properly</li>
<li>
I can customize the parameters and
behaviour of each element, when possible.
</li>
<li>
Created your own question to collect the user’s personal information as below:
<ul>
<li>Include multiple choice questions.</li>
<li>Questions with single answer.</li>
<li>Questions with multiple answer.</li>
</ul>
</li>
</ul>
<div class="summary-title">
Learning Outcomes
</div>
<div class="summary-detail">
In this assignment, I created a form with GET and POST method. which was created using various html form fields and submited the detail successfully.
</div>
<div id="dialogBox4">
<a href="doc/Lab4/Lab4-part2/form_nidhi.html" target="_blank">
<img class="" src="images/myass4.png" width="800" />
</a>
</div>
<div class="download">
<a href="doc/Lab4.zip" target="_blank" download> Download</a>
<i class="fa fa-download"></i>
</div>
<div class="download" id="openDialogue4">
<span> Open Screenshot</span>
</div>
</div>
<h3 class="accordion-title">Lecture 7 - Javascript <span class="fa fa-heart" style="color:none;"></span></h3>
<div class="accordion-title">
<p>I Developed a web page that contains a table element that will be modified dynamically using Javascript.</p>
<ul>
<li>
Added the tags <html> <head> <body>
</li>
<li>
Applied some style, aesthetics is important. External CSS file.
<ul>
<li>Reasonable layout</li>
<li>Positioning, centralization, whatever needed to make look good.</li>
<li>Try to harmonize the colors.</li>
</ul>
</li>
</ul>
<div class="summary-title">
Learning Outcomes
</div>
<div class="summary-detail">
In this assignment, I created a form with various input tags. I submitted all the data and displayed the data to the table using javascript. I created some javascript functions and
filled the data in table.
</div>
<div id="dialogBox5">
<a href="doc/Lecture7/part2/table.html" target="_blank">
<img class="" src="images/myass5.png" width="800" />
</a>
</div>
<div class="download">
<a href="doc/Lecture7.zip" target="_blank" download> Download</a>
<i class="fa fa-download"></i>
</div>
<div class="download" id="openDialogue5">
<span> Open Screenshot</span>
</div>
</div>
<h3 class="accordion-title">Lecture 8,10 - Forms Validation using JS<span class="fa fa-heart" style="color:none;"></span></h3>
<div class="accordion-title">
<p>I developed the SignUp form using javascript validations.</p>
<div id="dialogBox6">
<a href="doc/Lecture8/part2/form.html" target="_blank">
<img class="" src="images/ayass6.png" width="800" />
</a>
</div>
<div class="summary-title">
Learning Outcomes
</div>
<div class="summary-detail">
In this assignment, I learned to add validation in javascript using different methods and varibles of javascript.
</div>
<div class="download">
<a href="doc/Lecture8.zip" target="_blank" download> Download</a>
<i class="fa fa-download"></i>
</div>
<div class="download" id="openDialogue6">
<span> Open Screenshot</span>
</div>
</div>
<h3 class="accordion-title">Lecture 11 - Image Galery<span class="fa fa-heart" style="color:red;"></span></h3>
<div class="accordion-title">
<p>I created an image gallery using flexbox layout. I added favourite image icon on the corner of each images.</p>
<div id="dialogBox8">
<a href="doc/Lecture11/gallery.html" target="_blank">
<img class="" src="images/mayass11.png" width="800" />
</a>
</div>
<div class="summary-title">
Learning Outcomes
</div>
<div class="summary-detail">
In this assignment, I learned the Flexbox layout and varios effects on image.
</div>
<div class="download">
<a href="doc/Lecture11.zip" target="_blank" download> Download</a>
<i class="fa fa-download"></i>
</div>
<div class="download" id="openDialogue8">
<span> Open Screenshot</span>
</div>
</div>
</div>
<!--end accordion-->
</div>
<div class="assignment-section">
<div class="profile-name">Assignments</div>
<!--start accordion-->
<div id="accordion2">
<h3 class="accordion-title">Assignment 1 Preview: HTML5 Website with CSS <span class="fa fa-heart" style="color:none;"></span></h3>
<div class="accordion-title">
<ul>
<li>
In this website i created a replice of a webiste.I added five pages with HTML,CSS,javascript and jQuery. I used several libraries to make it more attractive and astonished.
</li>
</ul>
<div class="summary-title">
Learning Outcomes
</div>
<div class="summary-detail">
In this assignment, I learned create a website from scratch, added CSS, various libraries and functionalitis to make it more user interactive..
</div>
<div id="dialogBox7">
<a href="doc/fatrickys/index.html" target="_blank">
<img class="" src="images/myass7.png" width="800" />
</a>
</div>
<div class="download">
<a href="doc/fatrickys.zip" target="_blank" download> Download</a>
<i class="fa fa-download"></i>
</div>
<div class="download" id="openDialogue7">
<span> Open Screenshot</span>
</div>
</div>
</div>
<!--end accordion-->
</div>
</div>
</div>
</div>
<!-- End left panel of page -->
<!-- start main section of page -->
<div class="right-bar">
<div class="dot">
<a href="index.html"> <div class="plus">←</div></a>
</div>
<div class="social-media">
<div class="social-media-icons">
<a href="https://twitter.com/nGajera1" target="_blank" class="fa fa-twitter"></a>
<a href="mailto:[email protected]" target="_blank" class="fa fa-google"></a>
<a href="https://www.linkedin.com/in/ngajera/" target="_blank" class="fa fa-linkedin"></a>
<a href="https://www.snapchat.com/add/nidhi_g2610" target="_blank" class="fa fa-snapchat-ghost"></a>
<a href="https://join.skype.com/invite/e2GTSEg3yBbH" target="_blank" class="fa fa-skype"></a>
</div>
</div>
<div class="dot back-to-top">
<div class="plus"> ↑</div>
<span class="tooltiptext">Top</span>
</div>
</div>
<!-- End Right panel of page -->
</div>
<!--End MAin Container of page -->
<!--Start Javascript -->
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.12.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/customjs.js"></script>
</body>
</html>