forked from CodeForPoznan/codeforpoznan.pl_v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
16 lines (16 loc) · 784 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<link rel="stylesheet" type="text/css" href="./css.css">
<link rel="javascript" type="text/javascript" href="script.js">
</head>
<body>
<h1 class="center_headline">Hi, there! Welcome to Code for Poznań pre-alpha website! ;-)</h1>
<div class="center">
<a class="a" href="https://github.com/CodeForPoznan"><img src="./github.png" width="100px"></a>
<a class="a" href="https://gitter.im/CodeForPoznan"><img src="./gitter.png" width="100px"></a>
<a class="a" href="https://www.linkedin.com/company/codeforpoznan"><img src="./linkedin.png" width="100px"></a>
<a class="a" href="https://www.facebook.com/CodeForPL/"><img src="./facebook.png" width="100px"></a>
<a class="a" href="mailto:[email protected]"><img src="./mail.jpg" width="115px"></a>
</div>
</body>
</html>