-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
209 lines (182 loc) · 8.14 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./styles/style.css">
<script src ="/scripts/scripts.js"></script>
<script src="https://kit.fontawesome.com/7bcc306e1e.js" crossorigin="anonymous"></script>
</head>
<header>
<div class="top-nav">
<a href="index.html"><img class="circle-logo" src="project-assets/logos/circle.svg" alt="Circle logo" /></a>
<input id="menu-toggle" type="checkbox" />
<label class='menu-button-container' for="menu-toggle">
<div class='menu-button'></div>
</label>
<ul class="menu">
<li><a href="index.html">Home</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="#services">Services</a></li>
<li class="contact-only-mobile"><a href="contactus.html">Contact Us</a></li>
</ul>
<ul class="menu button-top-nav">
<li><a href="/contactus.html">Contact Us</a></li>
</ul>
</div>
</header>
<body>
<!-- Hero section -->
<section class="hero">
<div class="heroImgs">
<img id="img1" src="./project-assets/hero-section/hero-image.png" alt="">
<img id="img2" class="fade-in-image" src="./project-assets/hero-section/card-1.png" alt="">
<img id="img3" class="fade-in-image" src="./project-assets/hero-section/card-2.png" alt="">
</div>
<div class="heroContent">
<h1>Empower Your Business With Stunning Design!</h1>
<p id="intro" class="bodyIntrotextRegular">Circle is a digital design and development studio. We design and
develop astonishing websites and mobile apps.</p>
<div class="heroCta">
<a class="headLinetextMedium" id="heroCta" href="contactus.html">Get in touch</a>
<a class="headLinetextMedium" href="#projects">See our work</a>
</div>
</div>
</section>
<!-- Clients section -->
<section class="clients fade-in-image">
<img src="./project-assets/logos/airbnb-logo.svg" alt="Airbnb">
<img src="./project-assets/logos/google-logo.svg" alt="Google">
<img src="./project-assets/logos/microsoft-logo.svg" alt="Microsoft">
<img src="./project-assets/logos/fedex-logo.svg" alt="FedEx">
<img src="./project-assets/logos/amazon-logo.svg" alt="Amazon">
</section>
<!-- Projects Section -->
<section id="projects" class="projects">
<h3>Recent Projects</h3>
<div class="projectsWrap">
<div class="project1">
<img src="./project-assets/projects-section/1.jpg" alt="">
<div class="projectText">
<h4 class="bodyIntrotextMedium">Simplifo</h4>
<p class="headLinetextRegular">UI Design & App Development0</p>
<a class="headLinetextRegular" href="/project.html?uuid=1">Learn more0</a>
</div>
</div>
<div class="project1">
<img src="./project-assets/projects-section/2.jpg" alt="">
<div class="projectText">
<h4>Dashcoin</h4>
<p class="headLinetextRegular">Web Development</p>
<a class="headLinetextRegular" href="/project.html?uuid=2">Learn more</a>
</div>
</div>
<div class="project1">
<img src="./project-assets/projects-section/3.jpg" alt="">
<div class="projectText">
<h4>Vectorify</h4>
<p class="headLinetextRegular">User Experience Design</p>
<a class="headLinetextRegular" href="/project.html?uuid=3">Learn more</a>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="test">
<div class="avatars">
<img id="av1" src="./project-assets/testimonial-section/memoji-1.png" alt="avatar1">
<img id="av2" src="./project-assets/testimonial-section/memoji-2.png" alt="avatar2">
<img id="av3" src="./project-assets/testimonial-section/memoji-3.png" alt="avatar3">
<img id="av4" src="./project-assets/testimonial-section/memoji-4.png" alt="avatar4">
</div>
<div class="testimonials">
<h3>Hear What Our Clients Have to Say</h3>
<h4 class="bodyIntrotextMedium">“Circle helped us through every stage of our startup. We really enjoyed
working with you.”</h4>
<div class="profile">
<img id="pfile" src="./project-assets/testimonial-section/profile.png" alt="">
<div class="profileData">
<p class="headLinetextRegular">Kristin Watson</p>
<p class="caption2TextRegular">Booking.com</p>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="services">
<h3 >Services</h3>
<div class="servicesItem">
<div class="service">
<img src="./project-assets/services-section/icons/Icon1.svg" alt="">
<p class="bodyIntrotextMedium">User Interface Design</p>
<p class="bodyIntrotextRegular">Circle provides you with a stunning user interface design that is
accessible to everyone.</p>
<a class="headLinetextRegular" href="">Learn More</a>
</div>
<div class="service">
<img src="./project-assets/services-section/icons/Icon2.svg" alt="">
<p class="bodyIntrotextMedium">User Experience Design</p>
<p class="bodyIntrotextRegular">Circle always focuses on delivering the best user experience to your
customers.</p>
<a class="headLinetextRegular" href="">Learn More</a>
</div>
<div class="service">
<img src="./project-assets/services-section/icons/Icon3.svg" alt="">
<p class="bodyIntrotextMedium">Application Development</p>
<p class="bodyIntrotextRegular">We develop high-quality mobile and web applications using the latest
technology stack.</p>
<a class="headLinetextRegular" href="">Learn More</a>
</div>
</div>
</section>
<!-- Cta Section -->
<section class="yellowsection">
<h3>Do you have any questions?</h3>
<p class="bodyIntrotextRegular">Let us help you!</p>
<form>
<div class="flex-horizontally">
<div class="iconstyles">
<i class="fa-regular fa-envelope"></i>
<input type="email" id="email" name="email" placeholder="Enter your email ">
<i class="f "></i>
</div>
<input class="questionsCTAButton " type="submit" value="Subscribe">
</div>
</form>
</section>
<footer>
<div class="footerOuter">
<div class="logoandText">
<a href="index.html"><img src="/project-assets/logos/circle.svg" alt=""></a>
<p class="headLinetextRegular">2972 Westheimer Rd. Santa Ana,</p>
<p class="headLinetextRegular"> Illinois 85486 </p>
</div>
<div class="footerInfoLists">
<ul class="headLinetextRegular">
<li>
Team
</li>
<li>
Services
</li>
<li>
About Us
</li>
</ul>
<ul class="headLinetextRegular">
<li>
Press
</li>
<li>
Projects
</li>
<li>
Privacy Policy
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>