-
Notifications
You must be signed in to change notification settings - Fork 0
/
About.html
90 lines (72 loc) · 3.23 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>YurData - About Us</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@200&display=swap" rel="stylesheet">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/slick.css"/>
<link rel="stylesheet" type="text/css" href="css/slick-theme.css"/>
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<header>
<a href="index.html"> <img class="logo" src="img/YurData_Logo.svg" alt="logo"> </a>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Consulting.html">Consulting</a></li>
<li><a href="Training.html">Training</a></li>
<li><a href="Community.html">Community</a></li>
<li><a href="About.html">About</a></li>
</ul>
</header>
<div class="breadcrumbs">
<ul>
<li> <a href="index.html">Home</a> ></li>
<li>About</li>
</ul>
</div>
<div class="main-content">
<div class="slider">
<div><img src="img/Slider1.jpeg" alt="Join Us"></div>
<div><img src="img/Slider2.jpeg" alt="Options"></div>
<div><img src="img/Slider3.jpeg" alt="Staff"></div>
</div>
</div>
<section class="main-content">
<h1>About Us</h1>
<img src="img/AboutUs.jpeg" alt="About">
<p>We are a group of highly training data experts.</p>
<p>Our mission is to help local governments and other non-governmental organizations (NGOs) produce data-driven insight from YurData.</p>
</section>
<div class="side-content">
<section class="logistics">
<h2>Hours and Details</h2>
<p>We can be reached during the following times and days.</p>
<img src="img/logistics.jpeg" alt="logistics">
<p>700 Westminster St. Providence, RI 02903</p>
<p><strong>Monday: </strong> <strong>9-5</strong><br><strong>Tuesday: </strong> <strong>9-5</strong><br><strong>Wednesday: </strong> <strong>9-5</strong><br><strong>Thursday: </strong> <strong>9-5</strong><br><strong>Friday: </strong> <strong>9-5</strong><br><strong>Saturday: </strong> <strong>9-12</strong><br><strong>Sunday: </strong> <strong>Closed</strong></p>
</section>
</div>
<footer>
<p>Copyright © YurData.com</p>
<ul>
<li><a href=”https://link.jwu.edu/”>JWULink</a></li>
<li><a href=”https://ulearn.jwu.edu/”>uLearn</a></li>
<li><a href=”https://www.linkedin.com/”>LinkedIN</a></li>
</ul>
</footer>
<script src="js/vendor/modernizr-3.7.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script type="text/javascript" src="js/vendor/slick.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>