-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
161 lines (139 loc) · 6.07 KB
/
index.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- PROJECT FONTS -->
<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=Barlow:wght@600&family=Fraunces:opsz,[email protected],700;9..144,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="/css/queries.css" />
<title>Sunnyside — Román </title>
</head>
<body>
<header class="header">
<div class="header__container">
<div class="header__bar">
<img src="/images/logo.svg" alt="Sunnyside logo" class="header__logo" />
<nav class="menu">
<ul class="menu-list">
<li><a href="#about" class="menu-list__link">About</a></li>
<li><a href="#services" class="menu-list__link">Services</a></li>
<li><a href="#projects" class="menu-list__link">Projects</a></li>
<li><a href="#contact" class="menu-list__link">Contact</a></li>
</ul>
</nav>
<button class="btn-movile-nav">
<ion-icon name="menu-outline" class="menu-icon"></ion-icon>
<ion-icon name="close-outline" class="menu-icon"></ion-icon>
</button>
</div>
<div class="header__text">
<h1>We are creatives</h1>
<img src="/images/icon-arrow-down.svg" alt="Arrow down icon" class="header__button">
</div>
</div>
</header>
<main>
<section id="about" class="section__services">
<div class="service">
<div class="service__text">
<h2>Transform your brand</h2>
<p> We are a full-service creative agency specializing in helping brands grow fast.
Engage your clients through compelling visuals that do most of the marketing for you.
</p>
<div class="learnMore">
<a href="#" class="service__link service__link--yellow">Learn more</a>
</div>
</div>
<div class="service__imgBox">
<img src="/images/desktop/image-transform.jpg" alt="Yellow background with an egg">
</div>
</div>
<div class="service">
<div class="service__imgBox">
<img src="/images/desktop/image-stand-out.jpg" alt="Yellow background with an egg">
</div>
<div class="service__text">
<h2>Stand out to the right audience</h2>
<p> Using a collaborative formula of designers, researchers, photographers, videographers, and copywriters, we’ll build and extend your brand in digital places.
</p>
<div class="learnMore">
<a href="#" class="service__link service__link--pink">Learn more</a>
</div>
</div>
</div>
<div id="services" class="services__box">
<div class="service__box service__box--1">
<h2>Graphic Design</h2>
<p> Great design makes you memorable. We deliver artwork that underscores your brand message and captures potential clients’ attention.
</p>
</div>
<div class="service__box service__box--2">
<h2>Photography</h2>
<p>Increase your credibility by getting the most stunning, high-quality photos that improve your business image.
</p>
</div>
</div>
</section>
<section id="projects" class="section-testimonials">
<h3>Client testimonials</h3>
<div class="testimonials-grid">
<div class="testimonial">
<img src="/images/image-emily.jpg" alt="Emily photo" />
<p>We put our trust in Sunnyside and they delivered, making sure our needs were met and deadlines were always hit.</p>
<cite>
Emily R.
<span>Marketing Director</span>
</cite>
</div>
<div class="testimonial">
<img src="/images/image-thomas.jpg" alt="Thomas photo" />
<p>Sunnyside’s enthusiasm coupled with their keen interest in our brand’s success made it a satisfying and enjoyable experience.</p>
<cite>
Thomas S.
<span>Chief Operating Officer</span>
</cite>
</div>
<div class="testimonial">
<img src="/images/image-jennie.jpg" alt="Jennie photo" />
<p> Incredible end result! Our sales increased over 400% when we worked with Sunnyside. Highly recommended!</p>
<cite>
Jennie F.
<span>Business owner</span>
</cite>
</div>
</div>
</section>
<section class="section-gallery">
<img src="/images/desktop/image-gallery-milkbottles.jpg" alt="Milk plastic bottles" />
<img src="/images/desktop/image-gallery-orange.jpg" alt="Half orange" />
<img src="/images/desktop/image-gallery-cone.jpg" alt="cookie icecream cone" />
<img src="/images/desktop/image-gallery-sugarcubes.jpg" alt="sugar cubes" />
</section>
</main>
<footer id="contact" class="footer">
<div class="footer__container">
<img src="/images/logo.svg" alt="Sunnyside logo green">
<nav class="footer__menu">
<ul>
<li><a href="#about" class="footer__menu-link">About</a></li>
<li><a href="#services" class="footer__menu-link">Services</a></li>
<li><a href="#projects" class="footer__menu-link">Projects</a></li>
</ul>
</nav>
<div class="footer__icons">
<img src="/images/icon-facebook.svg" alt="Facebook green logo">
<img src="/images/icon-instagram.svg" alt="Instagram green logo">
<img src="/images/icon-twitter.svg" alt="Twitter green logo">
<img src="/images/icon-pinterest.svg" alt="Pinterest green logo">
</div>
<p class="footer__author">Saulo Román Santillán Nava</p>
</div>
</footer>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
<script src="script.js"></script>
</body>
</html>