-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
151 lines (122 loc) · 4.84 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
<!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">
<link rel="icon" href="assets/favicon.ico">
<link rel="stylesheet" href="style.css">
<title>Loba✝</title>
</head>
<body>
<nav class="nav-bar">
<div class="brand-title">LOBA✝</div>
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="navbar-links">
<ul>
<li><a href="#one" class="one">Home</a></li>
<li><a href="#two" class="two">About</a></li>
<li><a href="#three" class="three">Contact</a></li>
</ul>
</div>
</nav>
<div class="first" id="one">
<div class="cover-first">
<img id="image1" src="assets/20210114_023828_0~2.jpg" alt="">
<div class="first1">
<div id="col1">
<h2>HI, <h2 id="col">I'm LOBA✝</h2> </h2>
</div>
<h4>Software Engineer</h4>
</div>
<div class="fi1">
<h4>
I have serious passion for creating intuitive programs that will change the world.</h4>
</div>
<div class="first-footer">
<button class="btn">Download CV </button>
<button class="btn1" type="button">Hire Me</button>
</div>
</div>
</div>
<div class="second" id="two">
<h2>About Me</h2>
<div class="cover2">
<h4>HI I am a FULL-STACK web developer & I can build your website as you want. I can customise plugins & wordpress theme.
And I have two years of Experience on the web tecnologies needed to create that Awesome website of your dreams.</h4>
<h4>I have three years of Experience with Django and Sql...</h4>
<h4>With a foundational knowledge of Backend web-development, I am equiped with the knowledge needed to manipulate data, MongoDb, mysql, and microsoft sql.</h4>
</div>
</div>
<div class="third">
<h2>My Skills</h2>
<h3>Primary Skill on</h3>
<div class="skill">
<img class="pic" src="assets/Py.png" alt="">
<img class="pic" src="assets/sql-server.png" alt="">
<img class="pic" src="assets/nodejs.png" alt="">
<img class="pic" src="assets/js.png" alt="">
<img class="pic" src="assets/atom.png" alt="">
</div>
</div>
<div class="fourth">
<h3>My Services</h3>
<div class="col-1">
<ul>
<h4>Business Strategy</h4>
<h4>Business Developement</h4>
<h4>App Developement</h4>
<h4>mobile App Developement</h4>
</ul>
</div>
</div>
<div class="seventh" id="three">
<h2>Contact Me</h2>
<!-- <div class="form-1">
<div class="inputBox">
<input type="text" required>
<span>Your Name</span>
<i></i>
</div>
<div class="inputBox">
<input type="tel" required>
<span>phone number</span>
<i></i>
</div>
<div class="inputBox">
<input type="text"required>
<span>Email</span>
<i></i>
</div>
<div class="inputBox">
<input type="text" required>
<span>Subject</span>
<i></i>
</div>
<div class="inputBox">
<input type="text" required>
<span>Message</span>
<i></i>
</div>
</div>-->
<button class="btn2"><a id="sharp" href="mailto:[email protected]"> Submit</a></button>
</div>
<div class="social-links">
<a href="https://github.com/Tomiloba21"><img src="assets/github.png" alt=""></a>
<a href="https://twitter.com/lobz03?t=DAAAFWEae-4g_Hsw9OAWTw&s=09"><img src="assets/tw.png" alt=""></a>
<a href="#"><img src="assets/ig.png" alt=""></a>
<p class="copy">©2024 Loba.</p>
</div>
<!--
<div class="footer">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="#">Website</a>
</div> -->
<script src="index.js"></script>
</body>
</html>