-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·110 lines (105 loc) · 4.89 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
---
permalink: /
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{{ site.description }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
{% if site.favicon_img %}
<link rel="shortcut icon" href="{{ site.favicon_img_path }}" />
{% endif %}
<!-- <link rel="stylesheet" href="{{ "/css/front.css" | prepend: site.baseurl }}"> -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://platanus-xx.github.io/tonantes/css/front.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
{% if site.front_img %}
<img src="{{ site.front_img_path }}" id="fullscreen">
{% endif %}
<div id="space"></div>
<div id="space"></div>
<!-- {% if site.avatar %}
<img src="{{ site.avatar_img_path }}" id="avatar">
{% endif %} -->
{% if site.avatar %}
<img src="{{ site.avatar_img_path }}" id="avatar">
{% endif %}
<div id="space"></div>
<!-- <div ></div> -->
<div id="lane" class="content">
</br>
<h1>{{ site.name }}</h1>
</br>
<h2>{{ site.description }}</h2>
</br>
<div id="sessions">
<div class="row">
<div class="column">
<img src="{{ site.grid_img_path }}1.png" style="width:100%">
<img src="{{ site.grid_img_path }}2.png" style="width:100%">
</div>
<div class="column">
<img src="{{ site.grid_img_path }}3.png" style="width:100%">
<img src="{{ site.grid_img_path }}4.png" style="width:100%">
</div>
<div class="column">
<img src="{{ site.grid_img_path }}5.png" style="width:100%">
<img src="{{ site.grid_img_path }}6.png" style="width:100%">
</div>
<div class="column">
<img src="{{ site.grid_img_path }}7.png" style="width:100%">
<img src="{{ site.grid_img_path }}8.png" style="width:100%">
</div>
</div>
</div>
</div>
<div id="space"></div>
<!-- <div ></div> -->
<div id="lane" class="content">
</br>
<h1>A banda</h1>
</br>
<div id="sessions">
<h2>{{ site.release1 }}</h2>
</br>
<h2>{{ site.release2 }}</h2>
</br>
<h2>{{ site.release3 }}</h2>
</br>
<h2>{{ site.release4 }}</h2>
</br>
</div>
</div>
<div id="space"></div>
<div id="lane" class="content">
</br></br>
<h2>Site em reconstrução... Enquanto isso, acesse nossas redes sociais abaixo!</h2>
</br>
<ul>
{% if site.youtube_username %}
<li><a class="fa fa-2x fa-youtube-play" href="https://www.youtube.com/{{ site.youtube_username }}" target="_blank"><span class="description">YouTube</span></a></li>
{% endif %}
{% if site.instagram_username %}
<li><a class="fa fa-2x fa-instagram" href="https://instagram.com/{{ site.instagram_username }}" target="_blank"><span class="description">Instagram</span></a></li>
{% endif %}
{% if site.twitter_username %}
<li><a class="fa fa-2x fa-twitter" href="https://twitter.com/{{ site.twitter_username }}" target="_blank"><span class="description">Twitter</span></a></li>
{% endif %}
{% if site.facebook_username %}
<li><a class="fa fa-2x fa-facebook" href="https://facebook.com/{{ site.facebook_username }}" target="_blank"><span class="description">Facebook</span></a></li>
{% endif %}
{% if site.email %}
<li><a class="fa fa-2x fa-envelope" href="mailto:{{ site.email }}" target="_blank"><span class="description">Email</span></a></li>
{% endif %}
</ul>
</div>
<div id="space"></div>
</body>
</html>