-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbondi.html
More file actions
185 lines (184 loc) · 9.12 KB
/
bondi.html
File metadata and controls
185 lines (184 loc) · 9.12 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="styles/bondi.css">
<link rel="shortcut icon" href="media/png/blob.png" type="image/png">
<title>Bondi Theme</title>
</head>
<body>
<header class="bg-19283f">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="#"><img id="logo" src="media/png/logo.png" alt="Logo"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact</a>
</li>
</ul>
<img class="divider" src="media/png/divider.png" alt="divider">
<form id="search-bar">
<input id="search-input" type="search" placeholder="Search..." aria-label="search">
<button id="search-btn" class="btn" type="submit">
<img src="media/png/search-icon.png" alt="search-icon">
</button>
</form>
<button type="submit" id="login-btn" class="btn">Login</button>
</div>
</nav>
<div id="title-block">
<h1 id="header-title">Taste the Creativity</h1>
<h6 id="header-subtitle">We make awesome graphic and web design</h6>
<button type="button" id="content-btn" class="btn">Get Started</button>
</div>
</div>
</header>
<main>
<section>
<div class="container">
<div class="title_card">
<div class="img_div">
<img src="media/png/section_logo.png" alt="section-logo-yellow">
</div>
<h2>We are Good at</h2>
<h6>SOME OF THESE AND MANY MORE</h6>
<div id="hr-separator">
<img src="media/png/hr_line.png" alt="horizontal-line">
</div>
</div>
<div class="flex-row-center">
<div class="service">
<div class="image_stack">
<div class="frame-index-1">
<img src="media/png/bg-one.png" alt="number-one-gray">
</div>
<div class="frame-index-2">
<img src="media/png/pencil.png" alt="blue-pencil">
</div>
</div>
<h3>GRAPHIC DESIGN</h3>
<h6>
Graphic design is the process of visual communication through the use of typography,
photography,
iconography and illustration.
<br>
. . .
</h6>
</div>
<div class="service">
<div class="image_stack">
<div class="frame-index-1">
<img src="media/png/bg-two.png" alt="number-one-gray">
</div>
<div class="frame-index-2">
<img src="media/png/screen.png" alt="computer-screen">
</div>
</div>
<h3>WEB DESIGN</h3>
<h6>
Web design encompasses many different skills and disciplines in the production and maintenance of websites.
<br>
. . .
</h6>
</div>
<div class="service">
<div class="image_stack">
<div class="frame-index-1">
<img src="media/png/bg-three.png" alt="number-one-gray">
</div>
<div class="frame-index-2">
<img src="media/png/plug.png" alt="blue-pencil">
</div>
</div>
<h3>APP DESIGN</h3>
<h6>
Software design is the process by which an agent creates a specification of a software artifact intended to accomplish goals,
using a set of primitive components and subject to constraints.
<br>
. . .
</h6>
</div>
</div>
</div>
</section>
<section class="bg-eff7fa">
<div class="container">
<div class="title_card">
<div class="img_div">
<img src="media/png/section_logo.png" alt="section-logo-yellow">
</div>
<h2>We Make This</h2>
<h6>PREPARE TO BE AMAZED</h6>
<div id="hr-separator">
<img src="media/png/hr_line.png" alt="horizontal-line">
</div>
</div>
<div id="carousel-nav">
<ul class="nav">
<li class="nav-item">
<a class="nav-link active" href="#">All</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Design</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Code</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Photography</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Apps</a>
</li>
</ul>
</div>
<div id="works">
<img src="https://source.unsplash.com/640x360/?interior" alt="unsplash-image-fhd">
<img src="https://source.unsplash.com/640x360/?art" alt="unsplash-image-fhd">
<img src="https://source.unsplash.com/640x360/?nature" alt="unsplash-image-fhd">
<img src="https://source.unsplash.com/640x360/?space" alt="unsplash-image-fhd">
<img src="https://source.unsplash.com/640x360/?tech" alt="unsplash-image-fhd">
<img src="https://source.unsplash.com/640x360/?music" alt="unsplash-image-fhd">
<img src="https://source.unsplash.com/640x360/?retro" alt="unsplash-image-fhd">
<img src="https://source.unsplash.com/640x360/?cgi" alt="unsplash-image-fhd">
</div>
<button type="button" id="content-btn" class="btn">I WANT MORE...</button>
</div>
</section>
<section>
<div class="container">
<div class="title_card">
<div class="img_div">
<img src="media/png/section_logo.png" alt="section-logo-yellow">
</div>
<h2>Some Stuff About Us</h2>
<h6>THE GREAT TEAM</h6>
<div id="hr-separator">
<img src="media/png/hr_line.png" alt="horizontal-line">
</div>
</div>
</div>
</section>
</main>
<footer class="bg-19283f">
</footer>
</body>
</html>