-
Notifications
You must be signed in to change notification settings - Fork 0
/
Community.html
83 lines (67 loc) · 2.63 KB
/
Community.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>YurData - Community</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</a></li>
</ul>
</header>
<div class="breadcrumbs">
<ul>
<li> <a href="index.html">Home</a> ></li>
<li><a href="services.html">Services</a> ></li>
<li>Services</li>
</ul>
</div>
<div class="main-content"></div>
<section class="main-content">
<h1>Community</h1>
<img src="img/services-03.jpg" alt="Community">
<p>Join the conversation and collaborate with like-minded data consultants or industry peers.</p>
<p>Give us a call before coming in. We can check if we have what you are looking for and order it if necessary.</p>
</section>
<div class="side-content"></div>
<div class="side-content">
<h2>Services</h2>
<div class="service">
<a href="Consulting.html"> <img src="img/services-01.jpg" alt="Consulting"> </a>
<h3>Consulting</h3>
</div>
<div class="service">
<a href="Training.html"> <img src="img/services-02.jpg" alt="Training"> </a>
<h3>Training</h3>
</div>
</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 src="js/main.js"></script>
</body>
</html>