-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
178 lines (165 loc) · 6.26 KB
/
index.html
File metadata and controls
178 lines (165 loc) · 6.26 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta property="og:title" content="Women Who Code KL Wiki">
<meta property="og:description" content="Information on how to get involved with Women Who Code KL, social media links, FAQ">
<meta property="og:image" content="https://scontent.fkul3-1.fna.fbcdn.net/v/t31.0-8/p960x960/12469495_572125392945627_6771965973863830300_o.jpg?_nc_cat=106&_nc_ohc=szAgAtrM5c8AQntJvsKjiqLrvdBIlWY_xj9hV0kCvsR9ndhySgJWUdcOQ&_nc_ht=scontent.fkul3-1.fna&oh=b7489e54f0364bb41c5d5b2519b79132&oe=5EAD201E">
<meta name="og:image:alt" content="Women Who Code KL logo">
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="300" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="Women Who Code KL logo">
<title>WomenWhoCodeKL</title>
<base target="_blank">
<style>
:root {
--c-teal: teal;
--c-dark-teal: rgb(4, 80, 80);
--c-white: rgb(242, 250, 250);
}
body {
background: var(--c-white);
margin: 0;
font-family: "Lucida Grande", "Tahoma", "Verdana", "Arial", sans-serif;
color: var(--c-teal);
}
.header {
text-align: center;
background-color: var(--c-teal);
}
.logo {
max-width: 250px;
}
.section {
padding: 10px 20px;
justify-content: center;
}
@media only screen and (max-width: 660px) {
.link-group {
display: grid;
grid-gap: 10px;
}
}
@media only screen and (min-width: 660px) {
.section {
display: grid;
grid-template-columns: 1fr 2fr;
}
.section > .title {
padding: 10px 30px;
}
}
.section > .title {
font-size: 2rem;
font-weight: bold;
margin: 0;
}
.link {
background:var(--c-teal);
color:var(--c-white);
text-decoration: none;
padding: 20px;
text-transform: uppercase;
width: min-content;
letter-spacing: 2px;
}
.link:hover, .link:active {
background-color: var(--c-dark-teal);
}
.link-group {
margin: 35px auto;
}
.link-group > a {
margin-right: 10px;
}
.involvement-item {
display: grid;
margin: 15px auto 50px;
}
.faq > li {
font-weight: bold;
}
li {
line-height: 2;
}
</style>
</head>
<body>
<div class="header">
<img src="images/logo_white.png" class="logo">
</div>
<div class="section">
<p class="title">About us</p>
<div>
<p>
<strong><a href="https://www.womenwhocode.com/about">Women Who Code</a></strong>'s mission is to inspire women to excel in technology careers.
</p>
Among our commitments:
<ul>
<li>Empower with skills needed for professional achievement</li>
<li>Educate companies to better promote, retain and hire talented women</li>
<li>Build a global community where networking and mentorship is valued</li>
<li>Develop role models and support this generation of engineers</li>
</ul>
</div>
</div>
<div class="section">
<p class="title">Get involved</p>
<div class="involvements-list">
<div class="involvement-item">
<div>Interested to <strong>volunteer</strong> and see what it’s like to organize community events?</div>
<ol>
<li>Join our slack group</li>
<li>Enter the channel #volunteers</li>
<li>Introduce yourself</li>
</ol>
<a class="link" href="https://bit.ly/wwcodekl-slack">volunteer</a>
</div>
<div class="involvement-item">
<div>Want to <strong>sponsor</strong> a venue or provide food and refreshments for our events?</div>
<ul>
<li>Drop us an email</li>
</ul>
<a class="link" href="mailto:kualalumpur@womenwhocode.com?subject=Sponsoring Women Who Code KL">sponsor</a>
</div>
<div class="involvement-item">
<div>Have a topic or a cool side project to share? Want to practise your presentation skills?</div>
<ul>
<li>Drop us an email with your <strong>title</strong> and <strong>description</strong></li>
</ul>
<a class="link" href="mailto:kualalumpur@womenwhocode.com?subject=Speaking at Women Who Code KL">speak</a>
</div>
</div>
</div>
<div class="section">
<p class="title">Stay updated</p>
<div>
<p>Keep up with our events here:</p>
<div class="link-group">
<a class="link" href="https://wwcodekl.peatix.com">peatix</a>
<a class="link" href="https://facebook.com/wwcodekl">facebook</a>
<a class="link" href="https://www.meetup.com/wwcodekl">meetup</a>
</div>
<p>Other social media/groups:</p>
<div class="link-group">
<a class="link" href="https://twitter.com/WomenWhoCodeKL">twitter</a>
<a class="link" href="https://bit.ly/wwcodekl-slack">slack</a>
</div>
</div>
</div>
<div class="section">
<p class="title">FAQ</p>
<div>
<ul class="faq">
<li>Do I have to pay a fee to come to WomenWhoCode events?</li>
<p>We do not charge fees for our events</p>
<li>I am a guy, can I attend?</li>
<p>Yes! Our tickets have a “General” type, that’s for you :)</p>
</ul>
</div>
</div>
</body>
</html>