-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
160 lines (102 loc) · 4.88 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE HTML>
<html>
<head>
<meta name="generator" content="Hugo 0.19" />
<title>Letters From A Dead Man</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/project.css" />
<link rel="shortcut icon" type="image/png" href="/images/favicon.png"/>
<noscript><link rel="stylesheet" href="/css/noscript.css" /></noscript>
</head>
<script src="/js/jquery.min.js"></script>
<body>
<div id="wrapper">
<header id="header">
<div class="content">
<div class="inner">
<h1>Letters From A Dead Man</h1>
<p>"This fire was too much and it turned against me, out of control. Everything turned to ashes."</p>
<a target="_blank" style="margin: 0.5em;" href="https://www.facebook.com/Lettersfromadeadman" class="icon fa-facebook" ><span class="label">facebook</span></a>
<a target="_blank" style="margin: 0.5em;" href="https://twitter.com/lfadman" class="icon fa-twitter" ><span class="label">twitter</span></a>
<a target="_blank" style="margin: 0.5em;" href="https://www.instagram.com/lettersfromadeadman_" class="icon fa-instagram" ><span class="label">instagram</span></a>
<a target="_blank" style="margin: 0.5em;" href="https://www.youtube.com/channel/UCKbweRo1_t6F673LFdGDzTw" class="icon fa-youtube" ><span class="label">youtube</span></a>
</div>
</div>
<nav>
<ul>
<li><a href="https://itunes.apple.com/us/artist/letters-from-a-dead-man/id934259555">Albums</a></li>
<li><a href="#band">Band</a></li>
<li><a href="#concept">Concept</a></li>
<li><a href="#tours">Tours</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<div id="main">
<article id="albums">
<h1>Albums</h1>
</article>
<article id="band">
<h1>Band</h1>
<p>Hugo Piquer Branco - Vocals, Acoustic Guitar</p>
<p>Ricardo Boia - Electric Guitar</p>
<p>João Guitana - Bass</p>
<p>Francisco Barros - Drums</p>
</article>
<article id="concept">
<h1>Concept</h1>
<p align="justify">
Letters From a Dead Man is the name of the conceptual project envisioned by Hugo Piquer Branco, resulting from a compilation of sole letters transformed into songs. They are tellings/stories of love and hate, passion and solitude, transferred unto music sheets by someone living out the last days of his life.
</p>
</article>
<article id="tours">
<h1>Tours</h1>
<p> No tours yet, although we antecipate new ones for summer 2017. Stay tuned by following us on social media!</p>
</article>
<article id="contact">
<h1>Contact</h1>
<h3>You can either contact us at:</h3>
<p><li>management@ep-producoes.pt</li>
<li>lettersfromadeadman@gmail.com</li>
<li>carlabaptistaproduction@gmail.com</li></p>
<h3>Or by filling out the form below:</h3>
<form method="post" action="https://formspree.io/lettersfromadeadman@gmail.com">
<div class="field half first">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Your E-mail</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="special" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
<ul class="icons">
<li><a href="https://www.facebook.com/Lettersfromadeadman" class="icon fa-facebook"><span class="label">facebook</span></a></li>
<li><a href="https://twitter.com/lfadman" class="icon fa-twitter"><span class="label">twitter</span></a></li>
<li><a href="https://www.instagram.com/lettersfromadeadman_" class="icon fa-instagram"><span class="label">instagram</span></a></li>
<li><a href="https://www.youtube.com/channel/UCKbweRo1_t6F673LFdGDzTw" class="icon fa-youtube"><span class="label">youtube</span></a></li>
</ul>
</article>
</div>
<div id="languages">
</div>
<footer id="footer">
<p class="copyright">© 2017 Letters From A Dead Man</p>
</footer>
</div>
<div id="bg"></div>
<script src="/js/skel.min.js"></script>
<script src="/js/util.js"></script>
<script src="/js/main.js"></script>
</body>
</html>