-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (88 loc) · 5.19 KB
/
index.html
File metadata and controls
94 lines (88 loc) · 5.19 KB
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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width-device-width">
<title>Portfolio: Lakeshia Williams</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<div id="branding">
<div class="topSection">
<h1>Lakeshia Williams</h1>
<p>Children's Book Author</p>
<img class="logo" src="https://github.com/FENDdeveloperkei/2nddraft-logo/blob/master/4th%20logo.PNG?raw=true.jpg" alt="draft-Logo">
</div>
</div>
</header>
<section id="about">
<img class="myImage" src="http://economiadelasideas.mx/wp-content/uploads/2017/01/palabras_magicas_.jpg" alt="book logo">
<!--photo credit ~economiadelasideas.mx~ -->
</section>
<!--<section id="book series">
<div class="container">
<h1>free digital copy</h1>
</div>
</section>-->
<section id="boxes">
<div class="container">
<div class="box">
<h3><a href="https://www.amazon.com/dp/B0783P988G/ref=cm_cr_ryp_prd_ttl_sol_0">Free Digital Copy</a></h3>
<img src="https://d2svrcwl6l7hz1.cloudfront.net/content/B0783P988G/resources/0?mime=image/*" alt="book-cover">
<p>Here are direct links to showcase my 1st published book in my first series titled, "Abeni's Amazing Adventures: Healthy Habits".
If you are interested in purchasing a copy to show support, or would like to obtain a free digital copy to download please click the links below</p>
</div>
<div class="box">
<h3><a href="https://codepen.io/lswwebdevlpr/full/bvmWWe/">My Pixel Art Maker</a></h3>
<img src="https://github.com/FENDdeveloperkei/pixel-maker/blob/master/pixelart%20logo.PNG?raw=true" alt="PixelMaker">
<p> Learning to be a web-developer is pretty incredible! Being able to see the code I've written transformed into interactive content, does it get any better than that? Check out a few of the projects I've learned to create since beginning the Grow w/ Google Scholaship Challenge at Udacity, HERE </p>
</div>
<div class="box">
<h3><a href= "http://www.blurb.com/b/8670677-abeni-s-amazing-adventures">Purchase a Blurb Copy</a></h3>
<img src="https://github.com/FENDdeveloperkei/my-logo/blob/master/blurb%20logo.PNG?raw=true" alt="blurb">
<p> Meet Abeni Allen! The cute and curious 4 year old who is ready to learn all about the Amazing World around her! Join her in this adventure as she practices daily habits that keep her body clean and strong but most of all, healthy!</p>
</div>
</div>
</section>
<div>
<footer id="links">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="author" content="Lakeshia">
<meta name="datecreated" content="20161102">
<meta name="datereviewed" content="20161102">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Free Code Camp Project</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="site.css" rel="stylesheet" />
</head>
<body>
<div class="container">
<section id="footer" class="row">
<div class="center"> <p>
Code by: <a href="https://www.freecodecamp.org/fenddeveloperkei" title="Lakeshia Williams' FreeCodeCamp Profile" target="_blank">Lakeshia Williams</a>
</p>
<ul class="list-inline">
<li>
<a href="https://www.freecodecamp.org/fenddeveloperkei" title="Lakeshia Williams' FreeCodeCamp Profile" target="_blank"><i class="fa fa-free-code-camp fa-2x text-primary"></i></a>
</li>
<li>
<a href="https://github.com/FENDdeveloperkei" title="Lakeshia Williams' GitHub Profile" target="_blank"><i class="fa fa-github-square fa-2x text-primary"></i></a>
</li>
<li>
<a href="https://linkedin.com/in/developingthe3kei" title="Lakeshia Williams" target="_blank"><i class="fa fa-linkedin-square fa-2x text-primary"></i></a>
</li>
<li>
<a href="https://twitter.com/DeveloperKei763" title="Lakeshia Williams Twitter Account" target="_blank"><i class="fa fa-twitter-square fa-2x text-primary"></i></a>
</li>
</div>
</section>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<p><u>L.S.W Copyright</u> © 2018</p>
</footer>
</body>
</html>