-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
53 lines (52 loc) · 3.62 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Commit Porto '20</title>
<meta name="description" content="Commit Porto is an IT multi-disciplinary conference will be held for the fourth time. It will bring together IT professionals from different areas talking about their experience tackling challenges with the latest technologies, providing an excellent opportunity for knowledge sharing and inherently promoting Porto as a vibrant and dynamic city for technology-based companies.">
<meta property="og:url" content="http://commitporto.com" />
<meta property="og:title" content="Commit Porto '20"/>
<meta property="og:description" content="Commit Porto is an IT multi-disciplinary conference will be held for the fourth time. It will bring together IT professionals from different areas talking about their experience tackling challenges with the latest technologies, providing an excellent opportunity for knowledge sharing and inherently promoting Porto as a vibrant and dynamic city for technology-based companies." />
<meta property="og:image" content="http://commitporto.com/images/commit2018.png" />
<link rel="shortcut icon" type="image/ico" href="./images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1 maximum-scale=1.0, user-scalable=0"> <!-- to prevent zoom in on ios -->
<link rel="stylesheet" type="text/css" href="./style.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400|Rubik:300,300i,400,400i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Josefin+Slab|Josefin+Sans:400,600,700" rel="stylesheet">
<!--script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62857310-1', 'auto');
ga('send', 'pageview');
</script-->
</head>
<body>
<video class="video" src="./video1080p.mp4" poster="./images/galeria/1.jpg" autoplay="true" muted="true" loop>
Sorry, your browser doesn't support embedded videos.
</video>
<main>
<div class="list list--details">
<!--<div class="list__element"><img src="images/calendar.svg" /><span>1 . June</span></div>-->
<div class="list__element"><img src="images/location.svg" /><span>Porto</span></div>
</div>
<img class="logo" src="images/logobrancohor.png"/>
<nav class="list list--social">
<a class="list__element" href="https://twitter.com/CommitPorto" target="_blank" title="Twitter">
<img src="images/social/twitter.svg" class="social-item">
</a>
<a class="list__element" href="https://www.facebook.com/CommitPorto/" target="_blank" title="Facebook">
<img src="images/social/facebook.svg" class="social-item">
</a>
<a class="list__element" href="https://www.youtube.com/channel/UCuYn5xuAmChRDcSdQrbp-Fw/playlists" target="_blank" title="Youtube">
<img src="images/social/youtube.svg" class="social-item">
</a>
</nav>
</main>
<footer>
<a href="/2020" target="_blank">2020</a>.<a href="/2019" target="_blank">2019</a>.<a href="/2018" target="_blank">2018</a>.<a href="/2017" target="_blank">2017</a>.<a href="/2016" target="_blank">2016</a>.<a href="/2015" target="_blank">2015</a>
</footer>
</body>
</html>