-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
204 lines (187 loc) · 8.09 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<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="Martin Krockert">
<title>Martin Krockert JavaScript Projects</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<!-- Favicons -->
<meta name="msapplication-config" content="/docs/4.4/assets/img/favicons/browserconfig.xml">
<meta name="theme-color" content="#563d7c">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.7/css/all.css">
<style>
.jumbotron {
padding-top: 3rem;
padding-bottom: 3rem;
margin-bottom: 0;
background-color: transparent;
color: white;
font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 26.4px;;
}
@media (min-width: 768px) {
.jumbotron {
padding-top: 6rem;
padding-bottom: 6rem;
}
}
.col-md-6 {
padding-bottom: 30px;
}
.jumbotron p:last-child {
margin-bottom: 0;
}
.jumbotron h1 {
font-weight: 300;
}
.jumbotron .container {
max-width: 40rem;
}
footer {
position: fixed;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
line-height: 60px; /* Vertically center the text there */
background-color: #f5f5f5;
}
p {
margin-bottom: .25rem;
}
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
body {
background-image: url('images/Technology.jpg');
}
</style>
</head>
<body background="">
<header>
<div class="collapse bg-dark" id="navbarHeader">
<div class="container">
<div class="row">
<div class="col-sm-8 col-md-7 py-4">
<h4 class="text-white">About</h4>
<p class="text-muted">Here you can find some Exaples from my freetime where i have put some effort in. Cell speading simulation based on Game of Life exteded to Vertices, as well as Argumented Reality addon to a Simulation System</p>
</div>
<div class="col-sm-4 offset-md-1 py-4">
<h4 class="text-white">Contact</h4>
<ul class="list-unstyled">
<li><a class="text-white" href="https://github.com/Krockema">Folow on Github</a></li>
<li><a class="text-white" href="https://github.com/Krockema">Like my Projects on Github</a></li>
<li><a class="text-white" href="mail-to:me">Email me</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="navbar navbar-dark bg-dark shadow-sm">
<div class="container d-flex justify-content-between">
<a class="navbar-brand d-flex align-items-center" href="#">
<i class="fas fa-cogs"></i>
<strong> js, Project Book from Martin Krockert</strong>
</a>
<button class="navbar-toggler" aria-expanded="false" aria-controls="navbarHeader" aria-label="Toggle navigation" type="button" data-toggle="collapse" data-target="#navbarHeader">
<span class="navbar-toggler-icon"></span>
</button>
</div>
</div>
</header>
<main role="main">
<section class="jumbotron text-center">
<div class="container">
<h1 style="text-align: left; margin-left: 30px;">Here are my js Projects to view</h1>
<p class="lead text-muted"> </p>
</div>
</section>
<div class="album py-5 bg-light">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="card mb-6 shadow-sm">
<img class="featurette-image img-responsive center-block" src="images/hero.png" height="225px" width="100%" alt="Generic placeholder image">
<div class="card-body">
<p class="card-text">This is Project "Hero" aka <b>H</b>ierarchy <b>E</b>ditor for <b>R</b>esources and <b>O</b>perations </p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="hero\Editor.html" role="button" aria-disabled="true" class="btn btn-sm btn-outline-secondary" type="button">View</a>
</div>
<small class="text-muted">Editor, mxGraph, JS</small>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card mb-6 shadow-sm">
<img class="featurette-image img-responsive center-block" src="ganttChart\preview\preview.jpg" height="225px" width="100%" alt="Generic placeholder image">
<div class="card-body">
<p class="card-text">This is a simple Gantt Chart visualization with random colors, based on Golden Ratio</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="ganttChart\index.html" role="button" aria-disabled="true" class="btn btn-sm btn-outline-secondary" type="button">View</a>
</div>
<small class="text-muted">Gantt, Golden Ratio</small>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card mb-6 shadow-sm">
<img class="featurette-image img-responsive center-block" src="arSim/images/SAW.PNG" height="225px" width="100%" alt="Generic placeholder image">
<div class="card-body">
<p class="card-text">This is is an Argumented Reality Experiment for testing</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="arSim\SawTest.html" role="button" aria-disabled="true" class="btn btn-sm btn-outline-secondary" type="button">View</a>
</div>
<small class="text-muted">Three.js, AR, JS, AFRAME</small>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="card mb-6 shadow-sm">
<img class="featurette-image img-responsive center-block" src="cellSim/img/Graph.png" height="225px" width="100%" alt="Generic placeholder image">
<div class="card-body">
<p class="card-text">Cellsimulation based on Voronoy Cells or Cell Grid</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<a href="cellSim\index.html" role="button" aria-disabled="true" class="btn btn-sm btn-outline-secondary" type="button">View</a>
</div>
<small class="text-muted">Game of Life, Typescript</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="text-muted bg-dark" >
<div class="container">
<p class="float-right">
<a href="#">Back to top</a>
</p>
<p>Powered by Bootstrap</p>
</div>
</footer>
</body></html>