-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoding.html
More file actions
78 lines (67 loc) · 2.8 KB
/
Copy pathcoding.html
File metadata and controls
78 lines (67 loc) · 2.8 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/master.css">
<link rel="stylesheet" href="css/coding.css">
<title>Bronson Carder's Bottomless Thoughts</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500&family=Shadows+Into+Light&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Bronson Carder's Bottomless Thoughts</h1>
<ul id="myHeader">
<li><a href="index.html">Home</a></li>
<li><a href="coding.html">Coding</a> </li>
<li><a href="music.html">Music</a></li>
<li><a href="reviews.html">Reviews</a> </li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
</header>
<article>
<h1>Websites - CIS-130</h1>
<a href="kailua/index.html">
<h3>Kailua Kove Bed and Breakfast</h3>
</a>
<p>
Intended to give us some practice with Bootstrap, this project was also
intended to emulate getting a real website development job. We were given
assets and copy, and some basic directions, and pretty much free reign from there.
</p>
<a href="bait/index.html">
<h3>Howard's Lakeside General Store</h3>
</a>
<p>
My first live website. The project was to create a new verison of a very
bad website for a bait and tackle shop. I spent a lot of time trying to get
the pallette right, but I'm proud of how it turned out.
</p>
<a href="travel/index.html">
<h3>Kyoto Travel Agency</h3>
</a>
<p>
A mobile-first website, the project was to create a travel agency for any
place we wanted to. I've always loved Japan, so I chose Kyoto. This is my
favorite website I've made to date (though there are many things I could do better now)
</p>
<h1>Python Projects - CIS-120</h1>
<h3>Monty Python and the Bridge of Death:</h3>
<iframe src="https://trinket.io/embed/python/2800d724dc?toggleCode=true" width="500" height="356" allowfullscreen></iframe>
</article>
<footer class="footer">
<p><a href="https://www.facebook.com/bronson.carder">Facebook</a></p>
<p>-</p>
<p><a href="mailto:bronsoncarder@gmail.com">BronsonCarder@gmail.com</p>
<p>-</p>
<p><a href="https://discord.gg/WcXShk5r">Discord</p>
</footer>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/javascript.js">
</script>
</body>
</html>