-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsponsors.html
70 lines (55 loc) · 2.03 KB
/
sponsors.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
<!DOCTYPE html>
<html>
<head>
<title>Sponsors</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/footer.css">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" type="image/png" href="images/favi.png">
</head>
<body>
<div class="nav-menu">
<ul>
<li><a class="link" href="index.html">Home</a></li>
<li><a class="link" href="tickets.html">Tickets</a></li>
<li><a class="link" href="sponsors.html">Sponsors</a></li>
<li><a class="link" href="about.html">About</a></li>
<li><a class="link" href="conduct.html">Conduct</a></li>
<li><a class="link" href="sign_in.html">Sign in / Sign up</a></li>
</ul>
</div>
<br>
<main>
<br>
<h1 class="title" style="margin-top:50px"> >>>Spon<strong>sors</strong></h1><br>
</main>
<footer class="footer-distributed">
<div class="footer-left">
<img src="images/sds.png">
</div>
<div class="footer-center">
<p class="footer-company-about">
<span>Contact us</span>
</p>
<div class="footer-icons">
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>Get Social</span>
</p>
<div class="footer-icons">
<a href="https://instagram.com/pyconafrica" class="fa fa-instagram"></a>
<a href="https://facebook.com/pyconafrica" class="fa fa-facebook"></a>
<a href="https://twitter.com/pyconafrica" class="fa fa-twitter"></a>
</div>
</div>
<br>
<br>
<p style="text-align: center;">Python/Django web hosting for PyCon Africa is generously donated by <a href="https://divio.com">Divio</a> Cloud.</p>
</footer>
</body>
</html>