-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (83 loc) · 2.95 KB
/
index.html
File metadata and controls
86 lines (83 loc) · 2.95 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Cleveland R User Group</title>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jgthms/minireset.css@749bdd8e794ae2bf79e86d096fc66079ea8670e6/minireset.min.css"
integrity="sha384-jTSRR2gcJHZU0pkAYGtbpqvJtoWt6vZbu5WA8cqIC+oZGOLUUJm8bATRmVmu8uFz" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.2.0/css/fontawesome.css"
integrity="sha384-z4tVnCr80ZcL0iufVdGQSUzNvJsKjEtqYZjiQrrYKlpGow+btDHDfQWkFjoaz/Zr" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.2.0/css/brands.css"
integrity="sha384-aPlaxY3ZTSh7uDmsF2W7hsMfri06sIyTmCDnY7ERd0fdq3Sf5bUKYZMvomNxUaXn" crossorigin="anonymous">
</head>
<body>
<div id="wallpaper"></div>
<header>
<ul>
<li>
<a href="https://www.meetup.com/cleveland-user-group/">
<button>
<i class="fab fa-meetup"></i>
Join
</button>
</a>
</li>
<li>
<a href="https://www.youtube.com/@clevelandrusergroup">
<button>
<i class="fab fa-youtube"></i>
Subscribe
</button>
</a>
</li>
<li>
<a
href="https://github.com/ClevelandRUserGroup/speakers/issues/new?assignees=jdblischak&labels=speaker&template=talk-proposal.md&title=Talk+proposal%3A+">
<button>
<i class="fab fa-github"></i>
Present
</button>
</a>
</li>
</ul>
</header>
<div id="content">
<main>
<h1 id="name">
Cleveland
<img src="images/rlogo.svg" alt="R logo" style="height: 1em;">
User Group
</h1>
<h2 id="location">
Cleveland, Ohio, USA
</h2>
<hr>
<p id="description">
We're an enthusiastic group of hobbyists and professionals interested
in all things data science
</p>
</main>
<aside>
<h2 id="sponsors">Sponsors</h2>
<ul>
<li><a href="https://www.r-consortium.org/"><img class="logo" src="images/sponsors/rconsortium.svg"
alt="R Consortium"></a></li>
<li><a href="https://techcc.org/"><img class="logo" src="images/sponsors/tcc-tiny.png"
alt="Tech Community Coalition"></a></li>
<li><a href="https://www.progressive.com/"><img class="logo" src="images/sponsors/progressive.svg"
alt="Progressive Insurance"></a></li>
<li><a href="https://www.rstudio.com/"><img class="logo" src="images/sponsors/rstudio.svg" alt="RStudio"></a>
</li>
</ul>
</aside>
</div>
<footer>
<a href="https://github.com/ClevelandRUserGroup/clevelandrusergroup.github.io#attributions">
<button>Attributions</button></a>
</footer>
</body>
</html>