-
Notifications
You must be signed in to change notification settings - Fork 0
/
the-rosario-times-cover.html
111 lines (107 loc) · 5.12 KB
/
the-rosario-times-cover.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>The Rosario Times</title>
<link rel="stylesheet" href="../Portada The Rosario Times/CSS/body.css">
<link rel="stylesheet" href="../Portada The Rosario Times/CSS/header.css">
<link rel="stylesheet" href="../Portada The Rosario Times/CSS/section2.css">
<link rel="stylesheet" href="../Portada The Rosario Times/CSS/section1.css">
<link rel="stylesheet" href="../Portada The Rosario Times/CSS/footer.css">
<link rel="stylesheet" href="../Portada The Rosario Times/JS/datjs">
</head>
</head>
<body>
<header>
<div class="container">
<div class="name">
<h1 id="h1">the <i><span class="highlight">rosario</span></i> times</h1>
</div>
<div class="nav">
<nav>
<ul>
<li class="current"><a href="the-rosario-times-cover.html">home</a></li>
<li class="current"><a href="the-rosario-times-cover.html">city</a></li>
<li class="current"><a href="the-rosario-times-cover.html">culture</a></li>
<li class="current"><a href="the-rosario-times-cover.html">sports</a></li>
<li class="current"><a href="the-rosario-times-cover.html">crimes</a></li>
</ul>
</nav>
</div>
</div>
</header>
<section class="section1">
<div class="container">
<div class="menu">
<a href="../Portada The Rosario Times/the-rosario-times-cover.html">
<img src="../Portada The Rosario Times/Images/menu.png" alt="">
</a>
</div>
<div class="social-media">
<a href="../Portada The Rosario Times/the-rosario-times-cover.html">
<img src="../Portada The Rosario Times/Images/instagram.png" alt="">
</a>
<a href="../Portada The Rosario Times/the-rosario-times-cover.html">
<img src="../Portada The Rosario Times/Images/facebook.png" alt="">
</a>
<a href="../Portada The Rosario Times/the-rosario-times-cover.html">
<img src="../Portada The Rosario Times/Images/twitter.png" alt="">
</a>
</div>
<div class="search-logo">
<a href="../Portada The Rosario Times/the-rosario-times-cover.html">
<img src="../Portada The Rosario Times/Images/search.png" alt="">
</a>
</div>
<div class="search">
<form>
<input type="search" placeholder="">
<button type="submit" class="button">search</button>
</form>
</div>
</div>
</section>
<section class="section2">
<div class="container">
<article id="article1">
<figure>
<img src="../Portada The Rosario Times/Images/fireman.jpg" alt="fireman">
</figure>
<h2>
<a href="../Portada The Rosario Times/noticia2.html">Fires in Argentina have raged through <br> an estimated 7,697 square kilometres</a>
</h2>
</article>
<article id="article2">
<figure>
<img src="../Portada The Rosario Times/Images/federal-police.jpg" alt="fireman">
</figure>
<h2>
<a href="../Portada The Rosario Times/noticia1.html"> Rosario has been suffering for years from <br> escalating violence</a>
</h2>
</article>
<article id="article3">
<figure>
<img src="../Portada The Rosario Times/Images/messi.jpg" alt="fireman">
</figure>
<h2>
<a href="../Portada The Rosario Times/the-rosario-times-cover.html">The Argentine soccer team manages to beat <br> Bolivia at altitude</a>
</h2>
</article>
<article id="article4">
<figure>
<img src="../Portada The Rosario Times/Images/dolar-blue.jpg" alt="fireman">
</figure>
<h2>
<a href="../Portada The Rosario Times/the-rosario-times-cover.html">The blue dollar continues to rise and is now at 178 pesos</a>
</h2>
</article>
</div>
</section>
<footer>
<p>
the rosario times © 2020
</p>
</footer>
</body>
</html>