-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.html
More file actions
executable file
·92 lines (81 loc) · 3.24 KB
/
dev.html
File metadata and controls
executable file
·92 lines (81 loc) · 3.24 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Developer - Humber Project</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>Humber Project</h1>
</header>
<main>
<header>
<h2 class="subhead">About the Developer</h2>
</header>
<section><h3>Manpreet Singh</h3>
<p>He is from India who has a wide interest in web programming.He wants to be a professional web developer.</p>
<blockquote>
<header> <strong>Favourate Quote </strong></header>
Push yourself, because no one else is going to do it for you.
</blockquote>
</section>
<section>
<h2 class="highlight txtcenter">Little bit about me</h2>
<p>
I am <strong>Manpreet Singh </strong> from <em>India</em> having lots of interests in <a href="https://developer.mozilla.org/en-US/docs/Web"> web technologies</a>.I have been involved in many projects based on PHP in past years though mostly had been washed from my mind due to decent gap in this field.
</p>
<p>
My main <strong>aim</strong> from this course is to refresh my knowledge, polish it with latest available tools and technologies and set my career in this web field as I just love knowing things about websites that how they are made or what logics have been used to build any interesting web page.
</p>
</section>
<section>
<h2 class="highlight txtcenter">Suggestion</h2>
<p>
I feel students should get oppurtunity to work on college live projects.That can be very effective for student's skill development as well as their profile.
</p>
</section>
<section>
<h2 class="highlight txtcenter">Feedback</h2>
<p>
Loved the way all of the instructors has taught us.The classesare nice,instructors interact well with students and let us do practicals by side.
Sofar pretty good.
</p>
</section>
<section>
<h2 class="highlight txtcenter">Topics of Interests</h2>
<p>Things I would love to learn</p>
<ol>
<li>Angular</li>
<li>React</li>
<li>PHP Frameworks</li>
</ol>
<h2 class="highlight txtcenter">Handy Topics</h2>
<ul>
<li>Wordpress</li>
<li>MySQLi</li>
<li>Jquery</li>
</ul>
</section>
<section>
<h2 class="subhead">Contact Info</h2>
<ul>
<li>Email : <a href="#">manpreet@humber.ca</a></li>
<li>Mobile : <a href="#">437892890</a></li>
</ul>
</section>
</main>
<nav>
<h2 class="subhead">Navigation</h2>
<ul>
<li><a href="index.html">Homepage</a></li>
</ul>
</nav>
<footer>
<address>
<strong>200 Humber College</strong><br />
Etibicoke,ON<br />
M9W 6B9 Canada 🇨🇦<br />
</address>
</footer>
</body>
</html>