-
Notifications
You must be signed in to change notification settings - Fork 1
/
_coverpage.html
39 lines (35 loc) · 1.1 KB
/
_coverpage.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
<p><img src="_media/logo.png" data-origin="_media/logo.png" alt="logo"></p>
<!--
UPDATE THIS:
Change to your study group's name
-->
<h1>Java Study Group</h1>
<p>
<a class="link-icon" href="https://meetup.com/Women-Who-Code-Manila" target="_blank">
<img src="_media/meetup.png">
</a>
<a class="link-icon" href="https://twitter.com/wwcodemanila" target="_blank">
<img src="_media/twitter.png">
</a>
<a class="link-icon" href="https://facebook.com/wwcodemanila" target="_blank">
<img src="_media/facebook.png">
</a>
<!--
UPDATE THIS:
Point the URL to your Github repo (change `href` attribute)
-->
<a class="link-icon" href="https://github.com/wwcodemanila/WWCodeManila-Java" target="_blank">
<img src="_media/github.png">
</a>
<!--
UPDATE THIS:
Point the URL to your Gitter Chat (change `href` attribute)
-->
<a class="link-icon" href="https://gitter.im/WWCodeManila/Java" target="_blank">
<img src="_media/gitter.png">
</a>
</p>
<p>
<a href="#/README">Get Started</a>
</p>
<p><img src="_media/bg.jpg" data-origin="_media/bg.jpg" alt="background"></p>