-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
230 lines (210 loc) · 9.9 KB
/
About.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>RoadTo4.0</title>
<!-- Custom fonts for this theme -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/agency.min.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/freelancer.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg bg-secondary text-uppercase fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="index.html">RoadTo4.0</a>
<button class="navbar-toggler navbar-toggler-right text-uppercase font-weight-bold bg-primary text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="About.html">About</a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class="nav-link py-3 px-0 px-lg-3 rounded js-scroll-trigger" href="Contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<style>
body {
background-color: lightsalmon;
}
.text-darkBlue {
color: #224b80;
}
</style>
<br />
<br />
<!-- About -->
<section class="page-section" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">About</h2>
<h3 class="section-subheading " style="color: #ffef85">Learn more about who we are and what we do</h3>
</div>
</div>
<br><br>
<div class="row">
<div class="col-lg-12">
<ul class="timeline">
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/websiteIcon2.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Why did we start this website?</h4>
</div>
<div class="timeline-body">
<p class="text-darkBlue">
During my year 2 of studies, we had this module which required us to create
our own project, using C#, without much help from the teachers.
I had no experience in this and learning it on my own was really difficult,
because we had to juggle this with our other modules as well. Luckily for me,
with the help of my seniors and friends who knew how to code using the asp .net framework,
I managed to learn the basics quickly, enough for me to research the more advanced functions
by myself.
<br><br>
Then I thought, what about my peers, what about those who did not have help from seniors or friends?
It isn't easy to 'research and learn' a new framework by yourself, even though many have done it,
but what about those who aren't strong technically? So I thought, back then, what I really needed most
was actually a detailed example, a guide to start with the basics of this. Honestly, as much as there
are many guides out there, many of them are meant for technically inclined people, and beginner guides
tend to miss out explanations here and there too.
<br><br>
So I decided to come up with this project, where comprehensive guides and tutorials could be uploaded,
there will be a forums for people to ask questions, just like StackOverflow. And also options for students
to arrange appointments with seniors for help. The targeted audience of this project is students in polytechnics
and universities, currently studying Computer Science. And I plan to expand this to other sectors as well, such as
those in Engineering, Interactive Design and Media, Chemical Life Sciences if possible. But it will definitely be a
"for students" page, though still accessible to the public, enough for freelancers to pick up new frameworks too.
<br><br>
~ Daniel
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/nypLogo.jfif" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Who are we?</h4>
</div>
<div class="timeline-body">
<p class="text-darkBlue">
We are a group of students from Nanyang Polytechnic.
<br>
This website is a project done out of our own interests.
</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/Daniel.jpeg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Daniel</h4>
</div>
<div class="timeline-body">
<p class="text-darkBlue">
Hi! I'm Daniel, the team leader of this project.
<br><br>
I am currently studying Diploma of Cyber Security and Forensics, going to year 3.
<br><br>
I am an easy-going person, who loves hanging out with friends.
<br><br>
My hobbies include dance, street dance to be more exact, or popping to be even more exact.
I also love to play the guitar. And generally, I enjoy most kind of sports.
<br><br>
I am pretty interested in ethical hacking, forensics,
cloud technologies and website development.
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/Benny.png" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Benny</h4>
</div>
<div class="timeline-body">
<p class="text-darkBlue">
Hi I am Benny.
</p>
</div>
</div>
</li>
<li>
<div class="timeline-image">
<img class="rounded-circle img-fluid" src="img/ian.jpeg" alt="">
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Ian</h4>
</div>
<div class="timeline-body">
<p class="text-darkBlue">
Heya there! I am Ian!
<br>
I love to meet new people with common interests with me, as well as attending events and activities that are relevant to my life goals.
<br>
I like to spend my free time listening to music, or even mixing music, as it helps me relax.
<br>
Sometimes, it's also food for thought for me to brainstorm new ideas or to power up my day as I'm a caffeine free person.
<br>
I love to help as well as give advice or counselling to anyone that is in dire need of support or assistance.
</p>
</div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4>Be Part
<br>
Of Our
<br>
Story!</h4>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
</body>
</html>