-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (86 loc) · 5.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
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<!--Cameron Wilson, 12/16/21-->
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Cameron Wilson - Home</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="styles/bootstrapstyles.css" rel="stylesheet" />
<link href="styles/mystyles.css" rel="stylesheet" />
</head>
<body>
<header>
<h1 id="top" class="site-heading text-center text-faded d-none d-lg-block">
<span class="site-heading-upper text-primary mb-3">Boy Wonder</span>
<span class="site-heading-lower">Cameron Wilson</span>
</h1>
</header>
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark py-lg-4" id="mainNav">
<div class="container">
<a class="navbar-brand text-uppercase fw-bold d-lg-none" href="index.html">Cameron Wilson</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li class="nav-item px-lg-4"><a class="nav-link text-uppercase" href="index.html">Home</a></li>
<li class="nav-item px-lg-4"><a class="nav-link text-uppercase" href="html/aboutme.html">About Me</a></li>
<li class="nav-item px-lg-4"><a class="nav-link text-uppercase" href="html/tableau.html">Tableau</a></li>
</ul>
</div>
</div>
</nav>
<section class="page-section clearfix">
<div class="container">
<div class="intro">
<img class="intro-img img-fluid mb-3 mb-lg-0 rounded" src="images/intro.jpg" alt="Cameron served his mission in Chicago. This is a picture of him there." />
<div class="intro-text left-0 text-center bg-faded p-5 rounded">
<h2 class="section-heading mb-4">
<span class="section-heading-upper">Look at this tall glass of water</span>
<span class="section-heading-lower">Worth Drinking</span>
</h2>
<p class="mb-3">Cameron works to satisfy your needs on a professional level. Just look at this picture. What a hard working man.</p>
<p>See more pictures <a href="#pics">here.</a></p>
<div class="intro-button mx-auto"><a class="btn btn-primary btn-xl" href="https://goo.gl/maps/UGPGJn19VcCGYTjRA" target=_blank>Where is this mural?</a></div>
</div>
</div>
</div>
</section>
<section class="page-section cta">
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<div class="cta-inner bg-faded text-center rounded">
<h2 class="section-heading mb-4">
<span class="section-heading-upper">Our Promise</span>
<span class="section-heading-lower">To You</span>
</h2>
<p class="mb-0">Cameron will do well on this project, and all others you ask of Him. Just give him a task and he'll nail it.</p>
</div>
</div>
</div>
</div>
</section>
<section class="image-section">
<img id="pics" class="personal-img" src="images/mexico.JPG" alt="Cameron also served part of his mission in Mexico.">
<img class="personal-img" style="float:right" src="images/hammock.JPG" alt="In Mexico, Cameron slept in a hammock every night">
<video controls src="images/waterslide.mp4" type="video/mp4" alt="Cameron did a bad thing"></video>
</section>
<footer class="footer text-faded text-center py-5">
<div class="container"><p class="m-0 small">Copyright © Your Website 2021</p></div>
<a href="#top">Back to top</a>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>