-
Notifications
You must be signed in to change notification settings - Fork 0
/
noticias2.html
136 lines (93 loc) · 3.36 KB
/
noticias2.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta lang="en">
<meta name="viewport" content="width=device-width, user-scalable=no,
initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/noticias2.css">
<link rel="stylesheet" type="text/css" href="fonts/style.css">
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<title>daft punk</title>
</head>
<body>
<header>
<div class="logo"></div>
<div class="contenido">
<div class="redes">
<a href="#"><span class="icon-spotify"></span></a>
<a href="#"><span class="icon-facebook2"></span></a>
<a href="#"><span class="icon-twitter"></span></a>
<a href="#"><span class="icon-youtube2"></span></a>
</div>
<nav>
<ul>
<li><a href="#">news</a></li>
<li><a href="#">tour</a></li>
<li><a href="#">merch</a></li>
<li><a href="#">videos</a></li>
<li><a href="#">fotos</a></li>
</ul>
</nav>
</div>
</header>
<div class="contenedor">
<section class="espacio"></section>
<section class="galeria-noticias">
<div class="noticia1">
<div class="img-noticia1"></div>
<div class="text-noticia1">
<div class="fecha">12.12.18</div>
<h1>new video with the weekeend</h1>
<p>Snoop has released 3 videos over the weekend: “Go On” feat. October London off of “Neva Left”, “On the Double” and “M.A.C.A” off of “Make America Crip Again”. Available everywhere. Check them out now!</p>
<a class="read" href="noticia1-1.html">READ MORE</a>
</div>
</div>
<div class="noticia2">
<div class="img-noticia2"></div>
<div class="text-noticia2">
<div class="fecha">12.12.18</div>
<h1>new video with the weekeend</h1>
<p>Snoop has released 3 videos over the weekend: “Go On” feat. October London off of “Neva Left”, “On the Double” and “M.A.C.A” off of “Make America Crip Again”. Available everywhere. Check them out now!</p>
<a class="read" href="noticia1-1.html">READ MORE</a>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<nav>
<ul class="pagination pagination-lg">
<li class="disabled"><a href="#">«</a></li>
<li><a href="noticias.html">1</a></li>
<li><a href="noticias2.html">2</a></li>
<li><a href="#">»</a></li>
</ul>
</nav>
</div>
</div>
</div>
</section>
<hr>
<footer>
<form class="mail2">
<p>mailing list</p>
<input type="email" name="correo" placeholder="correo" >
<input type="submit" value="submit" required="complete" >
</form>
<div class="redes2">
<p>socials</p>
<a href="#"><span class="icon-spotify"></span></a>
<a href="#"><span class="icon-facebook2"></span></a>
<a href="#"><span class="icon-twitter"></span></a>
<a href="#"><span class="icon-youtube2"></span></a>
</div>
</footer>
</div>
<section class="copy">
<h5>© DAFT PUNK 2018. All Rights Reserved. Site by The Uprising Creative</h5>
</section>
</body>
</html>