-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (119 loc) · 3.89 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
<!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>Zara Qojo</title>
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css" />
<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=Rubik:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet" />
</head>
<body>
<header>
<!--logo and icon-->
<a href="#" class="logo">Zara <span>Qojo</span></a>
<div class="bx bx-menu" id="menu-icon"></div>
<!--Navbar-->
<ul class="navbar">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#whatido">What I Do</a></li>
</ul>
</header>
<!--home page-->
<section class="home" id="home">
<div class="home-text">
<h5>Hello, I am</h5>
<h1>Zara Qojo</h1>
<h6>
I Am a Profissional<span> Graphic Designer</span> &
<span>Web Developer</span>
</h6>
<p>
I Design and Develop Services for customers of all around the world,
specializing in branding and front end, modern websites, software
services and online stores.
</p>
<a class="btn" href="Zara Qojo CV.pdf" download="Zara Qojo CV.pdf">
Download CV
</a>
</div>
<div class="home-img">
<img
src="image.jpg" />
</div>
</section>
<!--About-->
<section class="about" id="about">
<div class="about-img">
<img
src="https://studio.uxpincdn.com/studio/wp-content/uploads/2021/06/Tips-for-Designers-Interested-in-Advanced-UX-UI-1024x512.png.webp" />
</div>
<div class="about-text">
<h3>About Me</h3>
<h2>GRAPHIC DESIGNER <span>&</span> FRONT-END DEVELOPER</h2>
<p>
I am a Graphic Designer with 5 years of experience in Design and
Branding, and a Junior Front-end Developer, Also I am a second stage
Software Engineering student in SUE.
</p>
<div class="count">
<a href="#"><span>382</span>Project Completd.</a>
<a href="#"><span>330</span>Satisfied Clinets.</a>
</div>
<div class="main-btn">
<a href="https://www.linkedin.com/in/zaraqojo/" target="_blank" class="btn">Contact Me</a>
<a href="https://www.behance.net/zaraqojo" target="_blank" class="btn">Portofolio</a>
</div>
</div>
</section>
<!--projects-->
<section class="skills" id="whatido">
<div class="center">
<h3>What I Do</h3>
</div>
<div class="skills-content">
<div class="row">
<i class="bx bx-laptop"></i>
<h3>Web Development</h3>
</div>
<div class="row">
<i class="bx bx-brush"></i>
<h3>Graphic Design</h3>
</div>
<div class="row">
<i class="bx bxs-camera"></i>
<h3>Photography</h3>
</div>
<div class="row">
<i class="bx bxl-meta"></i>
<h3>Secial Media Managing</h3>
</div>
<div class="row">
<i class="bx bx-expand-horizontal"></i>
<h3>Software Development</h3>
</div>
<div class="row">
<i class="bx bx-network-chart"></i>
<h3>Network specialist</h3>
</div>
</div>
</section>
<!--cta-->
<section class="cta">
<h4>Have Any Project In Your Mind?</h4>
<h2>Just Call Me!</h2>
<a href="https://www.linkedin.com/in/zaraqojo/" target="_blank" class="btn">Hire Me</a>
</section>
<!--footer-->
<div class="copyright">
<p>Copyright ©2022. All Rights Reserved.<br />Created By Zara Qojo</p>
</div>
<script type="text/javascript" src="portfolio.js"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
</body>
</html>