-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
166 lines (165 loc) · 7.34 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LV0MCDLY6P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-LV0MCDLY6P');
</script>
<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>Shep.blog</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap Icons-->
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic"
rel="stylesheet"
type="text/css"
/>
<!-- SimpleLightbox plugin CSS-->
<link href="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<meta property="og:image" content="./gravity/src/drawing1.jpg" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />
<style>
body {
background-color: #121212; /* Dark background */
color: #e0e0e0; /* Light text color */
font-family: 'Roboto', sans-serif; /* Minimalistic font */
}
a {
color: #bb86fc; /* Light purple for links */
}
.navbar {
background-color: #1f1f1f; /* Dark navbar */
}
.masthead {
background-color: #1f1f1f; /* Dark header */
}
.portfolio-box-caption {
background-color: rgba(255, 255, 255, 0.1); /* Semi-transparent background for captions */
}
.page-section {
padding: 60px 0; /* Increased padding for spacious feel */
}
</style>
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top py-3" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand" href="#page-top">Shep's Blog</a>
<button
class="navbar-toggler navbar-toggler-right"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarResponsive"
aria-controls="navbarResponsive"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto my-2 my-lg-0">
<li class="nav-item"><a class="nav-link" href="gravity/html/gravity.html">Gravity</a></li>
<li class="nav-item"><a class="nav-link" href="lazers/html/lazers.html">Lazers</a></li>
<li class="nav-item"><a class="nav-link" href="gravity field/html/gravityField.html">Gravity Field</a></li>
<li class="nav-item"><a class="nav-link" href="doodles/html/doodles.html">Doodle</a></li>
<li class="nav-item"><a class="nav-link" href="p5game/p5game.html">Bounce</a></li>
<!-- <li class="nav-item"><a class="nav-link" href="groceries/html/groceries.html">Groceries</a></li> -->
<!-- <li class="nav-item"><a class="nav-link" href="raycasting/index.html">Raycasting</a></li> -->
<li class="nav-item"><a class="nav-link" href="goose/index.html">Goose</a></li>
<li class="nav-item"><a class="nav-link" href="https://www.instagram.com/shep_sims">Gram</a></li>
<li class="nav-item"><a class="nav-link" href="https://www.github.com/shepsims">Github</a></li>
<li class="nav-item"><a class="nav-link" href="blog/index.html">Blog</a></li>
<!-- <li class="nav-item"><a class="nav-link" href="3D/html/3d.html">My Business Card</a></li> -->
<li class="nav-item"><a class="nav-link" href="galaga/index.html">Taurus Rush</a></li>
<li class="nav-item"><a class="nav-link" href="contact/index.html">Contact</a></li>
<!-- <li class="nav-item"><a class="nav-link" href="cyberfest/index.html">CyberFest</a></li> -->
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div class="container px-4 px-lg-5 h-100">
<div class="row gx-4 gx-lg-5 h-100 align-items-center justify-content-center text-center">
<h1 class="font-weight-bold">Welcome, friend</h1>
<a href="gravity/html/gravity.html" class="btn btn-light">Enter Simulator</a>
<p class="mb-1">Enjoy!</p>
<p class="mb-4">(I suggest starting by toggling off trace by pressing t...)</p>
</div>
</div>
</header>
<!-- Portfolio-->
<div id="portfolio">
<div class="container-fluid p-0">
<div class="row g-0">
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="assets/img/portfolio/fullsize/1.jpg" title="keys used: right, left">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/1.jpg" alt="..." />
<div class="portfolio-box-caption">
<div class="project-name">Gravity</div>
<div class="project-category text-white-50">keys used: right, left</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="assets/img/portfolio/fullsize/2.jpg" title="keys used: right, left, o">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/2.jpg" alt="..." />
<div class="portfolio-box-caption">
<div class="project-name">Gravity</div>
<div class="project-category text-white-50">keys used: right, left, o</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="assets/img/portfolio/fullsize/3.jpg" title="keys used: right, left, up, down, l, d, w, b">
<img class="img-fluid" src="assets/img/portfolio/thumbnails/3.jpg" alt="..." />
<div class="portfolio-box-caption">
<div class="project-name">Gravity</div>
<div class="project-category text-white-50">keys used: right, left, up, down, l, d, w, b</div>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- Call to action-->
<section class="page-section bg-dark text-white">
<div class="container px-4 px-lg-5 text-center">
<h2 class="mb-4">Want to work together?</h2>
<a class="btn btn-light btn-xl" href="https://www.linkedin.com/in/shep-sims-57385668/">Let's Connect!</a>
</div>
</section>
<!-- Footer-->
<footer class="bg-dark py-5">
<div class="container px-4 px-lg-5">
<div class="small text-center text-muted">Copyright © 2021 - Shep Sims</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- SimpleLightbox plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/SimpleLightbox/2.1.0/simpleLightbox.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
</body>
</html>