-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
215 lines (210 loc) · 7.6 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
210
211
212
213
214
215
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Alexa Daniela | Graphic Designer</title>
<link
href="https://fonts.googleapis.com/css2?family=Raleway:wght@300;400&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header>
<div class="container">
<nav>
<div class="navbar-brand">
<a href="index.html"><h2>Alexa</h2></a>
</div>
<ul class="nav-list">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Work</a>
</li>
<li class="nav-item pr-0">
<a href="#" class="nav-link">Contact</a>
</li>
</ul>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<div class="main-message">
<h1>I am Alexa</h1>
<h3>I specialize in Graphic Design</h3>
<div class="cta">
<a href="#" class="btn">My Work</a>
</div>
</div>
</div>
</section>
<section class="specialize">
<div class="container-wide">
<h2 class="title-heading">
I Specialize In
</h2>
<p class="lead">
Graphic Design, Logo Design, Business Cards, Letterheads, UI/UX
Design
</p>
<div class="specialize-grid mt-3 grid-4">
<!-- item no 1 -->
<div class="specialize-grid-item text-center">
<i class="fas fa-file-alt fa-3x mb-1"></i>
<h3 class="mb-1">Concepting</h3>
<p>
My designs offer much more than just aesthetics. They attract
visitors and help people understand the product, company, and
branding through a variety of indicators, encompassing visuals,
text, and interactions.
</p>
</div>
<!-- item no 2 -->
<div class="specialize-grid-item text-center">
<i class="fas fa-desktop fa-3x mb-1"></i>
<h3 class="mb-1">UI/UX</h3>
<p>
I put simplicity above anything else in UI/UX design.
Simplicity, attention to details, balance, and accents, We
believe are key to delight customers with a visual design.
</p>
</div>
<!-- item no 3 -->
<div class="specialize-grid-item text-center">
<i class="fas fa-object-ungroup fa-3x mb-1"></i>
<h3 class="mb-1">Visual Design</h3>
<p>
It’s not easy to get a logo’s visual design (aka look & feel)
done right. The sole focus of my designs is to build it around
the brand it represents and what it stands for.
</p>
</div>
<!-- item no 4 -->
<div class="specialize-grid-item text-center">
<i class="fas fa-thumbs-up fa-3x mb-1"></i>
<h3 class="mb-1">Interaction</h3>
<p>
My websites are specially designed to give the customers the
best possible interaction and it is easier for the visitors to
find what they are looking for in the website.
</p>
</div>
</div>
</div>
</section>
<section class="projects-info">
<div class="description-block">
<div class="description-item">
<i class="fas fa-users fa-4x"></i>
<h3 class="title">Clients</h3>
<h3 class="number">100</h3>
</div>
<div class="description-item second-box">
<i class="fas fa-hourglass-start fa-4x"></i>
<h3 class="title">Hours Worked</h3>
<h3 class="number">3500</h3>
</div>
<div class="description-item">
<i class="fas fa-code-branch fa-4x"></i>
<h3 class="title">Projects Completed</h3>
<h3 class="number">230</h3>
</div>
</div>
</section>
<section class="process text-center">
<div class="container-wide">
<h2 class="title-heading">
My Creative Process
</h2>
<p class="lead">
All of my UI/UX and design projects are based off of a practiced
formula to get the results that I am looking for
</p>
<div class="grid-4 mt-3">
<div class="process-item">
<div class="icon-container">
<i class="fas fa-file-alt fa-4x process-icon">
<div class="process-step">1</div>
</i>
</div>
<h3 class="mb-1">
Discuss the project
</h3>
<p>
The first step of my projects is to have a detailed discussion
with the clients about what they are looking for and what they
want me to implement.
</p>
</div>
<div class="process-item">
<div class="icon-container">
<i class="fas fa-desktop fa-4x process-icon my-2">
<div class="process-step">2</div>
</i>
</div>
<h3 class="mb-1">
Brainstorming ^ Concept
</h3>
<p>
After the discussion, I start planning the project by visiting
various similar websites for inspiration and creating the
wireframes and mixing different concepts until I get it right.
</p>
</div>
<div class="process-item">
<div class="icon-container">
<i class="fas fa-object-ungroup fa-4x process-icon my-2">
<div class="process-step">3</div>
</i>
</div>
<h3 class="mb-1">
UI/UX Planning
</h3>
<p>
After wireframes, I design the UI accordingly and for the best
user experience, I keep things simple and keep the content
suitable for the SEO.
</p>
</div>
<div class="process-item">
<div class="icon-container">
<i class="fas fa-thumbs-up fa-4x process-icon my-2">
<div class="process-step">4</div>
</i>
</div>
<h3 class="mb-1">
Interaction
</h3>
<p>
The best design is the one which is not too complicated and
which facilitates the visitor to navigate with ease. You can
expect the same kind of experience from my websites.
</p>
</div>
</div>
</div>
</section>
<footer>
<p class="text-center">© 2020 All Rights Reserved</p>
</footer>
</main>
</body>
</html>