-
Notifications
You must be signed in to change notification settings - Fork 0
/
seven.html
137 lines (108 loc) · 5.2 KB
/
seven.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="This is Martina Lenguas' portfolio.">
<title>M LENGUAS</title>
<link href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="vendors/css/normalize.css">
<link rel="stylesheet" type="text/css" href="vendors/css/ionicons.min.css">
<link rel="stylesheet" type="text/css" href="vendors/css/animate.css">
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<link rel="stylesheet" type="text/css" href="resources/css/queries.css">
<link rel="stylesheet" type="text/css" href="vendors/css/grid.css">
<link href="https://fonts.googleapis.com/css?family=Dosis:300,400,500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<div class="row">
<a href="index.html"><img src="resources/imgs/logo-black.png" alt="logo M Lenguas" class="logo-black"></a>
<ul class="main-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<!-- <li><a href="services.html">Services</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="row">
<div class="hero-text-box">
<!-- <h1>GRAPHIC & WEB DESIGNER</h1> -->
</div>
</div>
</nav>
</header>
<section class="section-seven">
<div class="row">
<div class="col span-1-of-3">
<h4>Cliente: Seven Punta</h4>
<h4>Categoría: Branding & Redes Sociales</h4>
<h4>Fecha: 2018</h4>
<a href="https://www.instagram.com/sevenpunta/" target="_blank"><h4>Instagram: Sevenpunta</h4></a>
</div>
<div class="col span-2-of-3">
<h3>SEVEN PUNTA</h3>
<p class="portfolio-text">Es un seven de rugby que se lleva a cabo en Punta del Este, organizado por Old Boys & Old Girls Club.</p><br>
<h3>DESAFÍO: CREACIÓN DE NUEVA IDENTIDAD CORPORATIVA & COMMUNITY MANAGEMENT</h3>
</div>
</div>
</section>
<section class="section-images">
<div class="row">
<div class="col span-1-of-3">
<img src="resources/imgs/sevenac.jpg" alt="diseño estética general" class="sev">
</div>
<div class="col span-2-of-3">
<img src="resources/imgs/sevenco.jpg" alt="rugby" class="sev1">
</div>
</div>
<div class="row">
<div class="col span-2-of-3">
<img src="resources/imgs/seven3.jpg" alt="sevenpunta" class="sev1">
</div>
<div class="col span-1-of-3">
<img src="resources/imgs/sev.jpg" alt="logo seven punta" class="sev">
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<img src="resources/imgs/seven1.jpg" alt="remera ballboy">
</div>
<div class="col span-1-of-3">
<img src="resources/imgs/sev1.jpg" alt="entradas" class="sev">
</div>
<div class="col span-1-of-3">
<img src="resources/imgs/sev2.jpg" alt="back prensa" class="sev">
</div>
</div>
</section>
<footer>
<!-- <div class="row">
<ul class="social-links">
<li><a href="#"><i class="ion-social-facebook"></i></a></li>
<li><a href="#"><i class="ion-social-twitter"></i></a></li>
<li><a href="#"><i class="ion-social-googleplus"></i></a></li>
<li><a href="#"><i class="ion-social-instagram"></i></a></li>
</ul>
</div> -->
<div class="row">
<p>
Copyright © 2019 by Martina Lenguas. All rights reserved.
</p>
</div>
</footer>
<!--
<div class="scroll-up">
<a href="#totop">
<i class="icon ion-ios-arrow-up"></i>
</a>
</div>
-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
<script src="vendors/js/jquery.waypoints.min.js"></script>
<script src="resources/js/script.js"></script>
</body>
</html>