-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (62 loc) · 2.47 KB
/
index.html
File metadata and controls
63 lines (62 loc) · 2.47 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
<!DOCTYPE html>
<html>
<head>
<title>SheCodesTulsa</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto:100,400" rel="stylesheet">
</head>
<body>
<nav>
<a href="#links">Jump to Links</a> |
<a href="https://www.meetup.com/SheCodesTulsa/">Meetup</a> |
<a href="https://github.com/SheCodesTulsa">Github</a>
</nav>
<!--
Splash Page opening instead here
-->
<h1>SheCodesTulsa</h1>
<div class="jump">
V
</div>
<div class="info">
<p>
SheCodesTulsa is a meetup for women in tech to come together.
We invite people who are looking to start a career in coding,
those seeking to increase their skills, and people wanting support women in technology.
We meet on the third Sunday of every month.
<br>
<a class="small-link" href="https://aqueous-plains-85333.herokuapp.com/topics">Let us know what topics you are interested in</a>
</p>
</div>
<div class="jump">
V
</div>
<div id='links' class="links">
<section id='Meetup'>
<a href="https://www.meetup.com/SheCodesTulsa/">Meetup</a>
<p>RSVP here - Third Sunday of Every Month</p>
</section>
<section>
<a href="https://djangogirls.org/tulsa/">DjangoGirls</a>
<p>Create a blog in Python</p>
</section>
<section>
<a href="https://www.bridgetroll.org/events/478">RailsBridge</a>
<p>Create a voting page in Ruby like our topic suggestion</p>
</section>
<section id='GitHub'>
<a href="https://github.com/SheCodesTulsa">Github</a>
</section>
<section>
<a href="https://www.facebook.com/groups/125048694610682/">Facebook</a>
</section>
<section>
<a href="https://www.techlahoma.org"> Techlahoma </a>
<p> SheCodesTulsa is a user group of Techlahoma and follows their
<a class="small-link" href="https://www.techlahoma.org/code-of-conduct" >
Code of Conduct</a>
</p>
</section>
</div>
</body>
</HTML>