forked from systers/systers.github.io
-
Notifications
You must be signed in to change notification settings - Fork 5
/
contactus.html
112 lines (102 loc) · 4.73 KB
/
contactus.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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Systers Open Source Projects by Systers</title>
<link rel="stylesheet" href="/stylesheets/styles.css">
<link rel="stylesheet" href="/stylesheets/fontawesome-all.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="icon" href="/images/favicon.png">
</head>
<body>
<header>
<a href="#main-menu"
class="menu-toggle"
role="button"
id="main-menu-toggle"
aria-expanded="false"
aria-controls="main-menu"
aria-label="Open main menu">
<span class="sr-only">Open main menu</span>
<span class="fa fa-bars hamburger" aria-hidden="true"></span>
</a>
<div>
<a href="/"><img class="logo" src="/images/systers-logo.png"
alt="Systers - Anitab.org logo"></a>
</div>
<nav id="main-menu"
class="main-menu"
role="navigation"
aria-expanded="false"
aria-label="Main menu">
<a href="#main-menu-toggle"
class="menu-close"
role="button"
id="main-menu-close"
aria-expanded="false"
aria-controls="main-menu"
aria-label="Close main menu">
<span class="sr-only">Close main menu</span>
<span class="fa fa-close" aria-hidden="true"></span>
</a>
<ul>
<li><a href="/index.html#join-systers">Join Systers</a></li>
<li><a href="/index.html#projects">Projects</a></li>
<li><a href="/index.html#programs">Programs</a></li>
<li class="toggle"><a href="#main-menu">Contribute<span class="fas fa-chevron-down"></span></a>
<ul>
<li><a href="/newcomers">Newcomers</a></li>
<li><a href="/open-source-workflow">Open Source Workflow</a></li>
<li><a href="/member-levels">Member Levels</a></li>
</ul>
</li>
<li class="toggle"><a href="#main-menu">About Us <span class="fas fa-chevron-down"></span></a>
<ul>
<li><a href="/contactus.html">Contact Us</a></li>
<li><a href="/code-of-conduct">Code of Conduct</a></li>
<li><a href="/reporting-guidelines">Reporting Guidelines</a></li>
</ul>
</li>
</ul>
</nav>
<a href="#main-menu-toggle"
class="backdrop"
tabindex="-1"
aria-hidden="true"
hidden></a>
</header>
<div class="header"><h1>Contact Systers</h1></div>
<ul>
<li class="horizontal"><a href="http://systers.io/slack-systers-opensource/" target="_blank">Slack</a></li>
<li class="horizontal"><a href="https://github.com/systers" target="_blank">GitHub</a></li>
<li class="horizontal"><a href="https://twitter.com/systers_org" target="_blank">Twitter</a></li>
<li class="horizontal"><a href="http://systers.org/mailman/listinfo/systers-opensource" target="_blank">Systers Mailing List</a></li>
</ul>
<div class="subheader"><h2>SYSTERS WEEKLY UPDATES</h2></div>
<p>We meet every Thursday at 17:00 GMT on Zoom. You'll find updates in the #announcements channel on Slack.</p>
<p>Join from PC, Mac, Linux, iOS or Android <a href="https://zoom.us/j/768783305" target="_blank">here</a>.</p>
<p>Dial-in Audio-only Conference, Meeting ID: 768 783 305</p>
<ul class="zoom">
<li>United States <a href="tel:+16465588656">+1 646 558 8656</a></li>
<li>United States <a href="tel:+16699006833">+1 669 900 6833</a></li>
<li>Canada <a href="tel:+16475580588">+1 647 558 0588</a></li>
<li>Brazil <a href="tel:+551146806788">+55 11 4680 6788</a></li>
<li>Brazil <a href="tel:+552139587888">+55 21 3958 7888</a></li>
<li>UK/London <a href="tel:+44(0)2036950088">+44 (0) 20 3695 0088</a></li>
</ul>
<footer>
<div class="footerLine">
<p>Find us at:</p>
<ul class="socialMedia">
<li><a href="https://twitter.com/systers_org"><img src="/images/twitter.png" class="squareLogo"></a></li>
<li><a href="https://www.facebook.com/AnitaB.0rg/"><img src="/images/facebook.png" class="squareLogo"></a></li>
<li><a href="https://www.youtube.com/channel/UCUvti1DEKYUZBtQqQAtCK6g/videos"><img src="/images/youtube.png" class="squareLogo"></a></li>
<li><a href="https://medium.com/@systers_org"><img src="/images/medium.png" class="squareLogo"></a></li>
<li><a href="https://systers-opensource.blogspot.com/"><img src="/images/blogger.png" class="squareLogo"></a></li>
</ul>
<img src="/images/footer-bars.png" class="footerBars">
</div>
</footer>
</body>
</html>