-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
199 lines (175 loc) · 7.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Bootstrap 4 Fixed Layout Example</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="index.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"></script> -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script>
<style>
img{
border-radius: 50%;
height: 15rem;
margin-top: 0.1%;
/* margin-left: 140px; */
/* position: absolute; */
}
.form-control{
width: 50%;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark mb-3">
<div class="container">
<a href="#" class="navbar-brand mr-3">Abayomi Grace</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav">
<a href="#" class="nav-item nav-link active">Home</a>
<a href="#" class="nav-item nav-link">Services</a>
<a href="#aboutme" class="nav-item nav-link">About</a>
<a href="#contactme" target = "_blank" class="nav-item nav-link">Contact</a>
</div>
<div class="navbar-nav ml-auto">
<a href="#" class="nav-item nav-link">Register</a>
<a href="#" class="nav-item nav-link">Login</a>
</div>
</div>
</div>
</nav>
<div class="container">
<div class="jumbotron custom" >
<div>
<h1>Hi. I'm Abayomi Grace.</h1>
<p class="lead text">I'm a software engineer. I love programming, </p>
<p><a href="#aboutme" target="_blank" class="btn btn-success btn-lg more">Know more about me</a></p>
</div>
</div>
<div class = "row">
<div class = "col-md-4">
<article>
<img src = "career.png">
<h3>My software engineering journey</h3>
<p>I thought I would have a career in pharmacy then I ....<a href = "#">Read more</a></p>
</article>
</div>
<div class = "col-md-4">
<article>
<img src = "tech.png">
<h3>My thoughts on software engineering as a career</h3>
<p>I'm often asked what i think about software engineering as a career path,
here's my answer...<a href = "#">Read more</a></p>
</article>
</div>
<div class = "col-md-4">
<article>
<img src = "hurdle.png">
<h3>My hurdles</h3>
<p>I heard a lot of "it's not an easy path to walk on" before i started my
software engineering journey...<a href = "#">Read more</a></p>
</article>
</div>
</div>
<div class="jumbotron customAbout" id = "aboutme" >
<div class = "flexattribute">
<div class = "row">
<div class = "col-md-5">
<ul>
<li>Fast</li>
<li>Reliable</li>
<li>Team player</li>
<li>Logical, high-quality code</li>
<li>Excellent communication skills</li>
</ul>
</div>
<div class = "col-md-7">
<div class = "flexattribute" style = "background-color:white; margin-right: 5%; padding: 5%; width: 45rem;">
<div class="row">
<div class="col-md-8">
<h2 style = "font-weight: bold; color:black">I'm Grace Abayomi!</h2>
<h3 style = "font-weight: bold; color: black">A software Engineer!!</h3>
<h4 style = "font-weight: lighter;">Lorem ipsum dolor sit amet consectetur adipisicing elit. Placeat debitis beatae nemo ut eos! Blanditiis, commodi velit.</h4>
</div>
<div class="col-md-4">
<img src = "myImage.jpeg" alt = "Grace"/>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class = "row">
<div class="col-md-4" >
<h2>BACKEND</h2>
<p>I use Java, Python, and Javascript for backend.</p>
<p><a href="https://www.semicolon.africa" target="_blank" class="btn btn-info">Learn More »</a></p>
</div>
<div class="col-md-4">
<h2>FRONTEND</h2>
<p>HTML, CSS, Javascript</p>
<p><a href="https://www.semicolon.africa" target="_blank" class="btn btn-danger">Learn More »</a></p>
</div>
<div class="col-md-4">
<h2>DATA ANALYSIS</h2>
<p>MySQL, SSMS</p>
<p><a href="https://www.semicolon.africa/" target="_blank" class="btn btn-success">Learn More »</a></p>
</div>
</div>
<div class="custombottom"></div>
<div id = "contactme" class = "row">
<div class = col-md-8>
<h3 >Send me a message!</h3>
<form>
<div>
<form action="/action_page.php" method = "post" enctype = "multipart/form-data">
<label for="fname"></label>
<input type="text" class = "form-control" id="fname" name="name" placeholder="Your name.."><br><br>
<label for="lname"></label>
<input type="email" class = "form-control" id="lname" name="email" placeholder="Your email.."><br><br>
<textarea placeholder="Your message to me" class = "form-control">
Your message to me...
</textarea>
<br/>
<input class = "submit" type="submit" value="Submit">
<input class = "reset" type="reset" value="Reset">
</form>
</div>
</form>
</div>
<div class = "col-md-4">
<img class = "social" src = "twitter.jpg"/>
<h5 style = "font-weight: bold; color:grey">Find me on Twitter <a href = "https://twitter.com/Agracebo" target = "_blank">here</a></h5>
<img class = "social" src = "linkedin.jpg"/>
<h5 style = "font-weight: bold; color: grey">Find me on LinkedIn <a href = "https://www.linkedin.com/in/grace-abayomi-821040153/" target = "-blank">here</a></h5>
<img class = "social" src = "git.png"/>
<h5 style = "font-weight: bold; color:grey">Find me on GitHub <a href = "https://github.com/Gracie-lab" target = "_blank">here</a></h5>
</div>
</div>
<hr>
<footer>
<div class="row">
<div class="col-md-6">
<p>Copyright © 2020 GraceAbayomi</p>
</div>
<div class="col-md-6 text-md-right">
<a href="#" class="text-dark">Terms of Use</a>
<span class="text-muted mx-2">|</span>
<a href="#" class="text-dark">Privacy Policy</a>
</div>
</div>
</footer>
</div>
</body>
<!-- we used .mb-3, .ml-auto, mx-2 etc to adjust spacing between the elements. (margin-utilty)
and classes .text-dark, .text-muted, .text-md-right are text (text-utility)
utility classes to adjust color and alignment of text
-->
</html>