-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
executable file
·80 lines (76 loc) · 3.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- HTML Meta Tags -->
<title>Friends IRL</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="CHICAGO WEBFRIENDS is a monthly gathering of designers, developers, and friends from all over the city of Chicago. Join us each month as a member of our group shares the insights, knowledge, and skills they’re passionate about!">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Friends IRL">
<meta itemprop="description" content="CHICAGO WEBFRIENDS is a monthly gathering of designers, developers, and friends from all over the city of Chicago. Join us each month as a member of our group shares the insights, knowledge, and skills they’re passionate about!">
<meta itemprop="image" content="http://irl.chicagofriends.website/images/img-logo_xl.png">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="http://irl.chicagofriends.website">
<meta property="og:type" content="website">
<meta property="og:title" content="Friends IRL">
<meta property="og:description" content="CHICAGO WEBFRIENDS is a monthly gathering of designers, developers, and friends from all over the city of Chicago. Join us each month as a member of our group shares the insights, knowledge, and skills they’re passionate about!">
<meta property="og:image" content="http://irl.chicagofriends.website/images/img-logo_xl.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Friends IRL">
<meta name="twitter:description" content="CHICAGO WEBFRIENDS is a monthly gathering of designers, developers, and friends from all over the city of Chicago. Join us each month as a member of our group shares the insights, knowledge, and skills they’re passionate about!">
<meta name="twitter:image" content="http://irl.chicagofriends.website/images/img-logo_xl.png">
<link rel="stylesheet" type="text/css" href="./css/style.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66327403-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<section class="row cf">
<div class="right">
<a class="btn btn-1 btn-1a button_box btn-hero" href="archive.html" rel="noopener noreferrer" id="archive">Previous Talks</a>
</div>
<div class="middle">
<a href="index.html">
<img src="images/img-logo_top.png" alt="Friends are !important">
</a>
<p></p>
</div>
<div class="left">
<a class="btn btn-1 btn-1a button_box btn-hero" href="https://tinyletter.com/friendsIRL" target="_blank" rel="noopener noreferrer">Newsletter</a>
</div>
</section>
<section class="row -hero-content">
<div class="headline">
<h1 id="big_headline">We’re all experts at something.</h1>
</div>
</section>
<section class="row">
<div class="body_text">
<p><strong>CHICAGO WEBFRIENDS</strong> was a monthly gathering of designers, developers, and friends from all over the city of Chicago. Each month from 2017 to 2019, a member of our group shared the insights, knowledge, and skills they’re passionate about!
</p>
</div>
</section>
<section class="row">
<div class="footer">
</div>
</section>
<footer>
<p>© <span class="year">2017</span> CHICAGO WEB FRIENDS</p><br>
<p>Site design by <a href="http://beckyrother.com" target="_blank">Becky Rother</a> | Development
by <a href="http://vwampage.com/" target="_blank" rel="noopener noreferrer">David Michaels</a></p>
</footer>
<script>
(function() {
const yearEl = document.querySelector('.year');
yearEl.innerHTML = (new Date()).getFullYear();
})()
</script>
</body>
</html>