-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.22 KB
/
index.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
<html lang="pl-PL">
<head>
<meta charset="UTF-8">
<title>Polska Społeczność Symfony</title>
<meta name="description" content="Polska Społeczność Symfony">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Polska Społeczność Symfony</h1>
<div style="border:1px solid #ccc;padding: 3px;border-radius: 10px;max-width: 960px;max-height: 190px;margin:auto;">
<img src="assets/images/symfonylab-header.jpg" alt="Słoń w Paryżu" style="border-radius:10px;width:100%;height:auto;"/>
</div>
<h2 class="project-tagline">Symfony po polsku</h2>
<a href="https://phpers-chat.herokuapp.com/" class="btn">PHPers #symfony</a>
<a href="https://symfony.com/slack-invite" class="btn">Symfony #polish</a>
<a href="http://webchat.freenode.net/?channels=symfony-pl" class="btn">IRC #symfony-pl</a>
<a href="https://github.com/PolishSymfonyCommunity/" class="btn">GitHub</a>
</section>
</body>
</html>