-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (66 loc) · 3.61 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Genesis Obayuwana</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
</head>
<body>
<header class="jumbotron header container">
<div class="header__inner">
<a href="#catalogue__section"><img class="header__logo img-responsive" src="images/me.jpg" alt="iconic view of author's image"></a>
<h1 class="header__title">
Genesis Obayuwana
<span>Front-end Developer</span>
</h1>
</div>
</header>
<main class="container">
<section class="jumbotron container content">
<section class="row">
<div class="col-lg-12 front__image">
<img class="landing__image img-responsive" src="images/landing.jpg" alt="image view of a code screen">
<figure>Photo by Nikita Kachanovsky on Unsplash</figure>
</div>
</section>
<section id="catalogue__section">
<header><h2>Featured Work</h2></header>
<div class="catalogue row">
<div id="catalogue1" class=" col-sm-4">
<a href="https://dbeginning.github.io/-Pixel-Art-Maker/"><img class="img-responsive catalogue__image" src="images/cat1.jpg" alt="image of catalogue"></a>
<figure>Photo by Ash Edmonds on Unsplash</figure>
<h2><a href="https://dbeginning.github.io/-Pixel-Art-Maker/">Color Piker</a></h2>
<div class="tool__tip">
<span class="tooltip__text">Redirect to sample site</span>
</div>
</div>
<div id="catalogue2" class=" col-sm-4">
<a href="https://dbeginning.github.io/Udacity-Student-Course-Brighton-Times/"><img class="img-responsive catalogue__image" src="images/cat2.jpg" alt="image of catalogue"></a>
<figure>Photo by Fancycrave on Unsplash</figure>
<h2><a href="https://dbeginning.github.io/Udacity-Student-Course-Brighton-Times/">Galaxy</a></h2>
<div class="tool__tip">
<span class="tooltip__text">Redirect to sample site</span>
</div>
</div>
<div id="catalogue3" class=" col-sm-4">
<a href="https://github.com/dBeginning"><img class="img-responsive catalogue__image" src="images/cat3.jpg" alt="image of catalogue"></a>
<figure>Photo by Jesus Kiteque on Unsplash</figure>
<h2><a href="https://github.com/dBeginning">Codex</a></h2>
<div class="tool__tip">
<span class="tooltip__text">Redirect to sample site</span>
</div>
</div>
</div>
</section>
</section>
<footer class="jumbotron footer">Copyright©2018 Genesis Obayuwana</footer>
</main>
<script src="js/jquery-1.11.3.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
</body>
</html>