-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (65 loc) · 4.3 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title> WNB.rb | meetup and community </title>
<meta name="description" content="WNB.rb: a monthly Ruby meetup for women and non-binary folks.">
<meta name="keywords" content="Ruby, meetup, women, non-binary, Rails, community">
<meta name="author" content="WNB.rb">
<link rel="icon" type="image/png" href="assets/favicon.ico"/>
<link rel="manifest" href="assets/site.webmanifest" crossorigin="use-credentials">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- twitter card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:image" content="https://pbs.twimg.com/profile_images/1369291363238428676/qUkr-m-h_400x400.jpg" />
<meta name="twitter:image:alt" content="logo"/>
<meta property="twitter:title" content="WNB.rb | meetup and community" />
<meta property="twitter:description" content="Talks, code, resources" />
<meta property="twitter:site" content="@wnb_rb" />
<!-- facebook preview -->
<meta property="og:image" content="https://pbs.twimg.com/profile_images/1369291363238428676/qUkr-m-h_400x400.jpg" />
<meta property="og:title" content="WNB.rb | meetup and community" />
<meta property="og:description" content="Talks, code, resources" />
<meta property="og:url" content="https://wnbrb-links.netlify.app/" />
<meta property="og:type" content="website">
</head>
<body>
<!-- logo-->
<img src="https://pbs.twimg.com/profile_images/1369291363238428676/qUkr-m-h_400x400.jpg" alt="logo" class="profile-picture">
<!-- Profile name-->
<h1 class="profile name"><a href="https://twitter.com/wnb_rb" target="_blank" class="profile name">WNB.rb</a></h1>
<!-- Profile motto-->
<h2 class="profile motto">meetup and community</h2>
<!-- Links and Headers-->
<h2 class="header">✨ EVENTS ✨</h2>
<a href="https://www.eventbrite.com/o/wnbrb-32770260241" target="_blank" class="links">Our Eventbrite</a>
<h2 class="header">✨ SLACK COMMUNITY ✨</h2>
<a href="https://twitter.com/wnb_rb" target="_blank" class="links">Reach out to us for the invite</a>
<h2 class="header">✨ PAST TALKS ✨</h2>
<a href="https://youtu.be/9Rv4uKdHeyc" target="_blank" class="links"> Sweta Sanghavi: Exceptions: Not So Exceptional (06/2021)</a>
<a href="https://youtu.be/HDUCFeWoQrE" target="_blank" class="links"> Isabelle Lafont: MJML, a parser, and a template engine for Ruby (05/2021)</a>
<a href="https://youtu.be/H1DSN9rQxE4" target="_blank" class="links"> Kerri Miller: All the code’s a stage (05/2021)</a>
<a href="https://www.youtube.com/watch?v=m7e1PpdnrzA" target="_blank" class="links">Rose W: Rails application templates and rewriting scaffold templates (04/2021)</a>
<a href="https://www.youtube.com/watch?v=veJMj-BtkI4" target="_blank" class="links">Lori M Olson: DragonRuby: Let’s talk about apps (04/2021)</a>
<a href="https://www.youtube.com/watch?v=Qm6X93VQaDE" target="_blank" class="links">Brittany Martin: Gemless (03/2021)</a>
<a href="https://www.youtube.com/watch?v=oBbsBLtXYRM" target="_blank" class="links">Emily Giurleo: Five Errors You Encounter When Upgrading Your Ruby Gems (03/2021)</a>
<a href="https://github.com/wnbrb/wnb-linktree" target="_blank" ><i class="fa fa-github fa_custom fa-3x"></i></a>
<script>
console.clear()
const styles = [
'color: #f66960',
'font-size: 30px',
'padding: 10px',
'margin: 10px 0 10px 0'
].join(';')
console.log('%cHello friend!', styles)
console.log("So good to see you here!")
console.log("")
console.log("Check what we are up to:")
const gem = 'font-size: 16px;'
console.log("%c💎", gem, "Twitter: https://twitter.com/wnb_rb")
console.log("%c💎", gem, "Github: https://github.com/wnbrb")
</script>
</body>
</html>