-
Notifications
You must be signed in to change notification settings - Fork 0
/
usn.html
137 lines (109 loc) · 5.08 KB
/
usn.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-usn">
<div class="row">
<div class="col span-1-of-3">
<h4>Cliente: USN</h4>
<h4>Categoría: Fotografía & Redes Sociales</h4>
<h4>Fecha: MARZO-JUNIO 2018</h4>
<a href="https://www.instagram.com/usn.uruguay/" target="_blank"><h4>Instagram: USN.URUGUAY</h4></a>
<a href="https://www.usn.com.uy/" target="_blank"><h4>Web: www.usn.com.uy</h4></a>
</div>
<div class="col span-2-of-3">
<h3>USN</h3>
<p class="portfolio-text">Es una prestigiosa marca de suplementación deportiva de Sudáfrica.</p><br>
<h3>DESAFÍO: Fotografía & community management</h3>
</div>
</div>
</section>
<section class="section-images">
<div class="row">
<div class="col span-1-of-3">
<img src="resources/imgs/usn.jpg" alt="baby">
</div>
<div class="col span-1-of-3">
<img src="resources/imgs/usn2.jpg" alt="baby">
</div>
<div class="col span-1-of-3">
<img src="resources/imgs/usn5.jpg" alt="baby">
</div>
<div class="row">
<div class="col span-3-of-3">
<img src="resources/imgs/usncover.jpg" alt="baby">
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<img src="resources/imgs/usn3.JPG" alt="etiqueta" class="usn">
</div>
<div class="col span-1-of-3">
<img src="resources/imgs/usn1.jpg" alt="etiqueta">
</div>
<div class="col span-1-of-3">
<img src="resources/imgs/usn6.jpg" alt="etiqueta">
</div>
</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>