-
Notifications
You must be signed in to change notification settings - Fork 0
/
welcome.html
94 lines (82 loc) · 4.32 KB
/
welcome.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
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<!-- meta charset -->
<meta charset="utf-8">
<!-- site title -->
<title>OLUWASHOLA|RESUME</title>
<!-- meta description -->
<meta name="description" content="">
<!-- mobile viwport meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- fevicon -->
<link rel="shortcut icon" type="image/x-icon" href="img/ac.jpg">
<!-- ================================
CSS Files
================================= -->
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i|Open+Sans:400,600,700,800" rel="stylesheet">
<link rel="stylesheet" href="css/themefisher-fonts.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/dark.css">
<link id="color-changer" rel="stylesheet" href="css/colors/gold.css">
<script src="https://kit.fontawesome.com/d15c791106.js" crossorigin="anonymous"></script>
</head>
<body class="dark">
<div class="preloader">
<div class="loading-mask"></div>
<div class="loading-mask"></div>
<div class="loading-mask"></div>
<div class="loading-mask"></div>
<div class="loading-mask"></div>
</div>
<main class="site-wrapper">
<div class="pt-table">
<div class="pt-tablecell page-welcome relative">
<!-- .close -->
<a href="./" class="page-close"><i class="fas fa-skull-crossbones"></i></a>
<!-- /.close -->
<div class="author-image-large">
<img src="img/ab.jpg" alt="" align ="right">
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6 col-lg-7">
<div class="page-title">
<h2>Oluwashola <span class="primary">Umakhihe</span> <span class="title-bg">About</span></h2>
<p>A frontend web developer, certified AWS Cloud Practitioner, an ethical ardent technical writer and a university Graduate.</p>
<p>With over four years of experience in writing in HTML, CSS, JavaScript, Python, WordPress, PHP, Bash Shell.</p>
</div>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
<div></div>
<nav class="page-nav clear">
<div class="container">
<div class="flex flex-middle space-between">
<span class="prev-page"><a href="index.html" class="link">← Prev Page</a></span>
<span class="copyright hidden-xs">Copyright © 2022 All Rights Reserved.</span>
<span class="next-page"><a href="about.html" class="link">Next Page →</a></span>
</div>
</div>
<!-- /.page-nav -->
</nav>
<!-- /.container -->
</div> <!-- /.pt-tablecell -->
</div> <!-- /.pt-table -->
</main> <!-- /.site-wrapper -->
<!-- ================================
JavaScript Libraries
================================= -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery-validation.min.js"></script>
<script src="js/form.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>