-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
133 lines (115 loc) · 4.37 KB
/
team.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
<html lang="en">
<head>
<meta charset="utf-8">
<title>Build with AI</title>
<meta name="description" content="Build with AI">
<meta name="author" content="Build with AI">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://use.fontawesome.com/4caf74be5b.js"></script>
<script src="js/mapdata.js"></script>
<script src="js/usmap.js"></script>
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg navbar-light bg-light grad">
<a class="navbar-brand" href="index.html"><b>T-CUBE</b></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Dashboard</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About the Model</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="data.html">See the Data</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="team.html">Meet the Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid">
<h2 class="sub-header">Meet the Team Behind <b>T-CUBE</b></h2>
<div class="row" align="center">
</div>
<div>
<div class="row">
<div class="col-sm custom-title">
<a href="https://linkedin.com/in/ruben-correoso" target="_blank"><img src="images/team/Ruben-Correoso.jpg" style="float:center; width:100px; height:100px;"></img></a>
<br></br>
Rubén Correoso
</div>
<div class="col-sm custom-title">
<a href="https://linkedin.com/in/brianhhough" target="_blank"><img src="images/team/Brian-H-Hough.jpg" style="float:center; width:100px; height:100px;"></img></a>
<br></br>
Brian H. Hough
</div>
<div class="col-sm custom-title">
<a href="https://linkedin.com/in/brahmani-nutakki" target="_blank"><img src="images/team/Brahmani-Nutakki.jpg" style="float:center; width:100px; height:100px;"></img></a>
<br></br>
Brahmani Nutakki
</div>
<div class="col-sm custom-title">
<a href="https://linkedin.com/in/taarak-rapolu" target="_blank"><img src="images/team/Taarak-Rapolu.jpg" style="float:center; width:100px; height:100px;"></img></a>
<br></br>
Taarak Rapolu
</div>
<div class="col-sm custom-title">
<a href="https://linkedin.com/in/raakhal-rapolu" target="_blank"><img src="images/team/Raakhal-Rapolu.jpg" style="float:center; width:100px; height:100px;"></img></a>
<br></br>
Raakhal Rapolu
</div>
<div class="col-sm custom-title">
<a href="https://linkedin.com/in/subhash-sarangi-568765163" target="_blank"><img src="images/team/Subhash-Sarangi.jpg" style="float:center; width:100px; height:100px;"></img></a>
<br></br>
Subhash Sarangi
</div>
</div>
<div>
<div class="row">
<div class="col-sm about-box">
<!-- Back End (Building the Data API & Model API) -->
Front End (Building the Dashboard & Pages)
</div>
<div class="col-sm about-box">
UI/UX Design + Front End (Building the Dashboard & Pages)
</div>
<div class="col-sm about-box">
Data Modelling & Statistical Analysis
</div>
<div class="col-sm about-box">
Data Modelling & Statistical Analysis
</div>
<div class="col-sm about-box">
Data Modelling & Statistical Analysis
</div>
<div class="col-sm about-box">
Back End (API) &<br />
Front End (Building the Dashboard & Pages)
</div>
</div>
</div>
</div>
</div>
<div class="mentors-thanks">
Special thanks to Mentors: Bruce Hoffman, Ahmed Omara, Tamojit Maiti
</div>
<!-- Footer -->
<footer class="page-footer pt-4">
</footer>
<!-- Footer -->
<script src="js/scripts.js"></script>
</body>
</html>