-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathecommerce.html
More file actions
47 lines (41 loc) · 1.81 KB
/
Copy pathecommerce.html
File metadata and controls
47 lines (41 loc) · 1.81 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>KrmenDev</title>
</head>
<body>
<header class="header">
<div class="redes">
<a href="https://github.com/KrmenDev"><img class="socials" src="assets/Github.png" alt="Github Logo"></a>
<a href="https://twitter.com/KrmenDev"><img class="socials" src="assets/twitter.png" alt="Twitter Logo"></a>
</div>
<div class="intro">
<div class="tittleDiv"><h1 class="logoTittle">car<br>men<br>dev</h1></div>
<ul class="nav">
<li><a class="navItems" href="index.html">Go Back</a></li>
<li><a class="navItems" href="branddesign.html">More Work</a></li>
</ul>
</div>
<div class="headerEmpty"> </div>
</header>
<section class="portfolioWords">
<p class="portfolioP">Ecommerce site for Ukesmx a specialized ukulele store dedicated to the retail of ukuleles in Mexico</p>
<p class="stack">+Woocommerce +Wordpress +SEO</p>
</section>
<section class="portfolio">
<img class="gallery" src="assets/desktopUkesmx.jpg" alt="">
<img class="gallery" src="assets/mobileUkesmx.jpg" alt="">
</section>
<footer>
<div class="footer">
<h2 class="logoTittle footerTittle">krme<br>ndev</h2>
</div>
</footer>
</body>
</html>