-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
198 lines (184 loc) · 7.11 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
<!DOCTYPE html>
<head>
<title>Web Fundamentals</title>
<link rel="shortcut icon" href="img/icon.png" type="image/ico" >
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous">
</script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="CSS/style.css">
<link rel="stylesheet" href="CSS/aboutus.css">
<style>
</style>
</head>
<body>
<!---------------opening banners----------->
<section id="navbar">
<nav class="navbar navbar-expand-lg navbar-light bg-light ">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img src="img/logo.png" > </a>
<!--colapsing menue-->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<!--menue items-->
<ul class="navbar-nav m-lg-auto">
<li class="nav-item">
<a class="nav-link " aria-current="page" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="learn.html">Learn</a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link" href="FAQS.html">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="about.html">About Us</a>
</li>
</ul>
</div>
</div>
</nav>
</section>
<!--------------navigation bar------------->
<section id="banner">
<div class="text-center margin fade-in ">
<p class="title1">Our Team</p>
<p class="title3 margin" > </p>
</div>
<img src="img/wave.png" class="bottom-img">
</section>
<!--------------content------------->
<section>
<div class="max-width">
<p class="text-align-center " >
We're a group of undergraduates whith a straightforward vision.We belive that there is an amazing amount to learned
by working in a real-world web development environment alongside other like minded students</p>
</div>
<h3 class="title3">What we bring to the table</h3>
<div class="max-width">
<ul class="ul">
<li>Designing clean and accessible HTML</li>
<li>Writing CSS to make your site look beautiful</li>
<li>Creating useful, innovative web applications from the ground up using these skills</li>
<li>Giving you as a client, the best possible experience working with us</li>
</ul>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm-4">
<div class="area1">
<div>
<img class="img-format img-fluid" src="img/about/img1.jpg"/>
</div>
<p ><b>Sahan Heshan</b>
</p>
<p >Computer Science Undergraduate in University of Kelaniya
</p>
<p >CS/2020/034
</p>
</div>
</div>
<div class="col-sm-4">
<div class="area1">
<div>
<img class="img-format img-fluid" src="img/about/img2.jpg">
</div>
<p ><b>Koshila </b>
</p>
<p >Computer Science Undergraduate in University of Kelaniya
</p>
<p >CS/2020/065
</p>
</div>
</div>
<div class="col-sm-4">
<div class="area1">
<div>
<img class="img-format img-fluid" src="img/about/img3.jpg"/>
</div>
<p ><b>Ransika Dewmini</b>
</p>
<p >Computer Science Undergraduate in University of Kelaniya
</p>
<p >
CS/2020/058
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-2">
</div>
<div class="col-sm-4">
<div class="area1">
<div>
<img class="img-format img-fluid" src="img/about/img4.jpg"/>
</div>
<p ><b>Oshadha Weerasiri</b>
</p>
<p >Computer Science Undergraduate in University of Kelaniya
</p>
<p >CS/2020/071
</p>
</div>
</div>
<div class="col-sm-4">
<div class="area1">
<div>
<img class="img-format img-fluid" src="img/about/img5.png"/>
</div>
<p ><b>Odhila Athukorala</b>
</p>
<p >Computer Science Undergraduate in University of Kelaniya
</p>
<p >CS/2020/031
</p>
</div>
</div>
<div class="col-sm-2">
</div>
</div>
</div>
</section>
<!--------------footer section------------->
<section id="footer">
<img class="footer-img" src="img/wave 2.png" alt="">
<div class="container">
<div class="row">
<div class="col-md-6">
<p >This Web Site was made in hopes of helping the future web developers so they could choose their future paths while
being equiped with the proper knowledge.
</p>
<div class="text-center">
<dt>Mail: </dt><dd><address><a href="mailto:WebFundamentals@gmail.com">WebFundamentals@gmail.com</a></address></dd>
<dt>Phone No::</dt><dd><a href="tel:+">+328445632</a></dd>
<dt>Address:</dt><dd>234/C,Dalugama,Kelaniya, Sri Lanka </dd>
<dt>For more:</dt><dd><a href="contact.html">Contact Us</a></dd>
<p class="title3">Join With Us :<br><a href="https://www.facebook.com" target="_blank"><img class="img-wd" src="img/fb.png"></a>
<a href="https://www.instagram.com" target="_blank"><img class="img-wd" src="img/insta.png"></a>
<a href="https://www.twitter.com" target="_blank"><img class="img-wd" src="img/twit.png"></a>
<a href="https://www.whatsapp.com" target="_blank"><img class="img-wd" src="img/whats.png"></a>
</p>
</div>
</div>
<div class="col-md-6">
<h1>Thank You for <br>visiting Web Fundamentals.com
<img class="img-wd-1" src="img/icon.png"></h1>
</div>
</div>
</div>
</div>
</section>
</body>
</html>