-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
80 lines (77 loc) · 5.49 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
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
<title>VTTC</title>
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="about.css" />
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Allerta+Stencil&display=swap" />
<link rel="stylesheet" href="assets/fonts/ionicons.min.css" />
<link rel="stylesheet" href="assets/css/styles.css" />
</head>
<body>
<nav class="navbar navbar-light navbar-expand-md navigation-clean" style="background: var(--bs-cyan);">
<div class="container-fluid"><a class="navbar-brand" href="index.html" style="color: white;font-size: 40px;font-family: verdana;"><strong>VTTC</strong></a><button data-bs-toggle="collapse" data-bs-target="#navcol-1" class="navbar-toggler"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link active" style="color: white;">About</a></li>
<li class="nav-item"><a class="nav-link" href="mailto: gamerselu5@gmail.com">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<br>
<div class="container">
<h1 class="display-5">About and Team Section</h1>
<p class="lead">VTTC, formed in 2018 by a group of like-minded tech enthusiast college students from P.A. College of Engineering Mangalore, to discuss ideas and start-up innovations and helping youth excel at finance and technology.</p>
<div class="row">
<div class="col-lg-12">
<h2 class="display-6 my-4">Our Team</h2>
</div>
<aside>
<div class="col-sm-6 col-lg-4 mb-4 text-center" style="float: right;">
<img class="rounded-circle img-fluid d-block mx-auto" src="pics/Naseef.jpg" style="padding-left: 20px; padding-right: 20px;" />
<h3 class="display-6 m-0">Nasif Rahman</h3>
<h6 class="my-1">Information Architect</h6>
<p class="text-muted" style="padding-right: 10px;">Organizing and categorizing web site structure and content. Developing content categorization schemes and planning phase of the project.<br /><br /><br /></p>
</div>
<div class="col-sm-6 col-lg-4 mb-4 text-center">
<img class="rounded-circle img-fluid d-block mx-auto" src="pics/Chemmu.jpg" style="padding-right: 20px;" />
<h3 class="display-6 m-0">Salman Farisi</h3>
<h6 class="my-1">Web Project Leader/Editor</h6>
<p class="text-muted" style="padding-left: 20px;">Responsible for keeping the overall team activities focused on the site strategic objectives and coordinating the tactical implementation of the web site project.<br /></p>
</div>
</aside>
<aside>
<div class="col-sm-6 col-lg-4 mb-4 text-center" style="float: right;">
<img class="rounded-circle img-fluid d-block mx-auto" src="pics/Mujthaba.jpeg" style="padding-left: 20px;" />
<h3 class="display-6 m-0">Muhammad Mujthaba</h3>
<h6 class="my-1">Creative Director</h6>
<p class="text-muted" style="padding-left: 20px;">Ensures overall look and feel for the web site, establishing the site typography, visual interface design, color palette standards and page layout details.<br /><br /></p>
</div>
<div class="col-sm-6 col-lg-4 mb-4 text-center">
<img class="rounded-circle img-fluid d-block mx-auto" src="pics/Mehran.jpg" style="padding-right: 20px;"/>
<h3 class="display-6 m-0">Mohamed Mehran</h3>
<h6 class="my-1">Web Tester</h6>
<p class="text-muted" style="padding-right: 10px;">Responsible for testing and monitoring websites and web applications on multiple desktops, laptops, and mobile devices by various methods. <br /><br /></p>
</div>
</aside>
</div>
</div>
<br>
<footer class="footer-basic" style="background: black">
<div class="social"><a href="/~https://github.com/VTTC-GIT"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a></div>
<ul class="list-inline">
<li class="list-inline-item"><a href="index.html">Home</a></li>
<li class="list-inline-item"><a href="#" target="_top">Top</a></li>
<li class="list-inline-item"><a href="#" target="_top">About</a></li>
</ul>
<p class="copyright">Designed by VTTC © 2021</p>
</footer>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<script src="https://use.fontawesome.com/876936eeb2.js"></script>
</body>
</html>