-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (78 loc) · 3.47 KB
/
index.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>YurData</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" 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>
<main>
<section class="hero">
<div class="hero-content">
<h1>Serving local governments and NGOs</h1>
<a href="about.html">Learn More</a>
</div>
</section>
</main>
<main class="services">
<h1>Services</h1>
<p>YurData is a team of data analytics professionals here to help you gain the most insight from your data.</p>
<div class="service">
<a href="repairs.html"><img src="img/services-01.jpg" alt="Consulting"></a>
<h2>Consulting</h2>
<p>Meet with one our industry leading consultants to explore your data.</p>
<a href="repairs.html">Check it</a>
</div>
<div class="service">
<a href="repairs.html"><img src="img/services-02.jpg" alt="Traiing"></a>
<h2>Training</h2>
<p>Meet with one our industry leading consultants to explore your data.</p>
<a href="repairs.html">Check it</a>
</div>
<div class="service">
<a href="repairs.html"><img src="img/services-03.jpg" alt="Community"></a>
<h2>Community</h2>
<p>Meet with one our industry leading consultants to explore your data.</p>
<a href="repairs.html">Check it</a>
</div>
</main>
<section class="logistics">
<h1>Hours and Details</h1>
<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>
<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 src="js/main.js"></script>
</body>
</html>