-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (62 loc) · 3.22 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Adesola|Front End Developer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href='http://fonts.googleapis.com/css?family=Lato:300,400%7CRaleway:100,400,300,500,600,700%7COpen+Sans:400,500,600' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="nav-container">
</div>
<div class="main-container">
<section class="cover fullscreen image-bg overlay">
<div class="background-image-holder">
<img alt="image" class="background-image" src="img/woman.jpeg">
</div>
<div class="container v-align-transform">
<div class="row">
<div class="col-sm-12 text-center">
<h1 class="large uppercase mb16 bold adesola">AJAYI ADESOLA</h1>
<h5 class="uppercase mb0">Web Developer</h5>
</div>
</div>
</div>
<div class="align-bottom relative-xs text-center">
<a class="btn btn-lg mb32 mt-xs-40" href="#projects">See Projects</a>
</div>
</section>
<div id="projects" style="background-color: #f1f1f1; padding-top: 20px;">
<div class="container">
<!--<h2><b>Mobile</b> / <span style="font-weight: 300;">07061945462; 08182227752</span> </a></h2><hr>
<h2> <b>Mail</b> / <span style="font-weight: 300;">[email protected]</span> </a></h2><hr>
<h2> <b>Github</b> / <span style="font-weight: 300;">[email protected]</span> </a></h2><hr>-->
<h2><a href="https://github.com/aadesola/PDDApp" target="_blank"> <b>PDD App</b> / <span style="font-weight: 300;">Postpartum Depression</span></a></h2> <hr>
<h2><a href="https://github.com/aadesola/GoogleUdacityAndroidCourtCounter"> <b>Bball</b> / <span style="font-weight: 300;">Basketball game</span> </a></h2><hr>
<h2><a href="../project-spa/index.html" target="_blank"> <b>Avocado</b> / <span style="font-weight: 300;">Spa</span> </a></h2><hr>
<h2><a href="../theory11/index.html" target="_blank"> <b>Theory11</b> / <span style="font-weight: 300;">Magic Tricks</span> </a></h2><hr>
<h2><a href="../Almuerzo/index.html" target="_blank"> <b>Almuerzo</b> / <span style="font-weight: 300;">Farm</span></a></h2>
</div>
</div>
<footer class="footer-2 bg-dark text-center-xs">
<div class="container">
<div class="row text-center">
<h3>Nothing is impossible, the word itself says 'I'm possible'!</h3>
<p><em>Audrey Hepburn</em></p>
<div class="col-sm-4 text-center">
<span class="fade-half">
<br></span>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/parallax.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>