-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (79 loc) · 3.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mon Premier Mobile First</title>
<link rel="stylesheet" href="Style.css">
</head>
<body>
<header class="Sunnyside">
<a href="index.html" class="Sunnyside_title">
<h3>Sunnyside</h3>
</a>
<div class="Onglets">
<a href="index.html">About</a>
<a href="index.html">Services</a>
<a href="index.html">Projets</a>
<a href="index.html">CONTACT</a>
</div>
</header>
<div class="Container">
<div class="Container__Image">
<img src="image-transform.jpg" alt="">
</div>
<div class="Container__text">
<h1>Transform your brand</h1>
<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>
<a href="">LEARN MORE</a>
</div>
<div class="Stand_out">
<img src="image-stand-out.jpg" alt="">
<h1>Stand out to the right audience</h1>
<p>Using a collaborative formula of designers, researchers, photographers, videographers, and copywriters, we'll build and extend your brand in digital places.</p>
<h2>LEARN MORE</h2>
</div>
<div class="graphic">
<img src="image-graphic-design.jpg" alt="">
<h1>Graphic Design</h1>
<p>Great design makes you memorable. We deliver artwork that underscores your brand message and captures potential clients attention.</p>
</div>
<div class="Photography">
<div class="Photography__img">
<img src="image-photography.jpg" alt="Photography">
</div>
<div class="Photography__text">
<h1>Photography</h1>
<p>Increase your credibility by getting the most stunning, high-quality photos that improve your business image.</p>
</div>
</div>
<div class="circle">
<div class="Circles">
<img src="image-emily.jpg" alt="Emily" id="Emily_R">
</div>
<div class="Circlestext">
<p>We put our trust in Sunnyside and they delivered, making sure our needs were met and deadlines were always hit.</p>
<h2>Emily R.</h2>
<h3>Marketing Director</h3>
</div>
<div class="Circles">
<img src="image-thomas.jpg" alt="Thomas" id="Thomas">
</div>
<div class="Circlestext">
<p> Sunnyside's enthusiasm coupled with their keen interest in our brand's success made it a satisfying and enjoyable experience.</p>
<h2>Thomas S.</h2>
<h3>Chief Operating Officier</h3>
</div>
<div class="Circles">
<img src="image-jennie.jpg" alt="Jennie" id="Jennie">
</div>
<div class="Circlestext">
<p>Incredible end result! Our sales increased over 400% when we worked with Sunnyside. Highly recommended</p>
<h2>Jennie F.</h2>
<h3>Business Owner</h3>
</div>
</div>
</div>
</body>
</html>