-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
90 lines (79 loc) · 2.94 KB
/
contact.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
<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">Get Involved and Support <b>T-CUBE</b> to Flatten the Curve of COVID-19</h2>
<div class="row" align="center">
<div class="col-sm">
<span class="iconify" data-icon="openmoji:light-bulb" data-inline="false" height="100"></span>
</div>
<div class="col-sm">
<span class="iconify" data-icon="openmoji:puzzle-piece" data-inline="false" height="100"></span>
</div>
</div>
<div class="row">
<div class="col-sm about-title">
<a href="https://github.com/training4future/COVID-Dashboard">Contribute to Our GitHub Repository</a>
</div>
<div class="col-sm about-title">
<a href="team.html">Connect With Our Team Directly</a>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-sm custom-box">
While we have built an enterprise version of T-CUBE, we greatly welcome open-source collaboration to
stop COVID-19.
</div>
<div class="col-sm custom-box">
We look forward to working with you to stop COVID-19 and the spread of the pandemic.
</div>
</div>
</div>
<!-- Footer -->
<footer class="page-footer pt-4">
</footer>
<!-- Footer -->
<script src="js/scripts.js"></script>
</body>
</html>