-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (101 loc) · 4.64 KB
/
index.html
File metadata and controls
111 lines (101 loc) · 4.64 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Crashedmind GitHub</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./style.css">
<!-- https://www.fontawesomecheatsheet.com/ -->
<!-- https://getflywheel.com/layout/card-layout-css-grid-layout-how-to/ -->
<!-- https://codepen.io/abbeyjfitzgerald/pen/QaeoYj-->
</head>
<body>
<!-- partial:index.partial.html -->
<section class="hero">
<h1>CrashedMind</h1>
<article>
<p>Blogs, Booklets, projects live here.</p>
<a href="https://github.com/Crashedmind">Browse Repos</a>
</article>
</section>
<section class="cards">
<!-- card 1 -->
<article class="card">
<picture class="thumbnail">
<a href="https://www.mytechiebits.com"><img class="category__01" src="./images/browser-icon-01.svg" alt="" /></a>
</picture>
<div class="card-content">
<a href="https://www.mytechiebits.com"><p class="category category__01">MyTechieBits Blog</p></a>
<h2><a href="https://www.mytechiebits.com">MyTechieBits</a></h2>
<p>A place to compose my techie thoughts on software architecture, security, and other things.</p>
</div><!-- .card-content -->
<footer>
<div class="post-meta">
<span class="link"><i class="fa fa-external-link"></i><a href="https://www.mytechiebits.com"> https://www.mytechiebits.com </a></span>
</div>
<div class="post-meta">
<span class="github"><i class="fa fa-github-square"></i><a href="https://github.com/Crashedmind/MyTechieBits.com"> https://github.com/Crashedmind/MyTechieBits.com</a></span>
</div>
</footer>
</article>
<!-- card 2 -->
<article class="card">
<picture class="thumbnail">
<a href="https://www.openstemkids.com"><img class="category__02" src="./images/browser-icon-01.svg" alt="" /></a>
</picture>
<div class="card-content">
<a href="https://www.openstemkids.com"><p class="category category__02">openstemkids Blog</p></a>
<h2><a href="https://www.openstemkids.com">openstemkids</a></h2>
<p>OpenSTEMKids facilitates and promotes STEM for children: - Science - Technology - Engineering - Mathematics - (and Art and Robotics too).</p>
</div><!-- .card-content -->
<footer>
<div class="post-meta">
<span class="link"><i class="fa fa-external-link"></i><a href="https://www.openstemkids.com"> https://www.openstemkids.com </a></span>
</div>
<div class="post-meta">
<span class="github"><i class="fa fa-github-square"></i><a href="https://github.com/Crashedmind/openstemkids"> https://github.com/Crashedmind/openstemkids</a></span>
</div>
</footer>
</article>
<!-- card 3 -->
<article class="card">
<picture class="thumbnail">
<a href="https://crashedmind.github.io/PlantUMLHitchhikersGuide/"><img class="category__03" src="./images/list-1.svg" alt="" /></a>
</picture>
<div class="card-content">
<a href="https://crashedmind.github.io/PlantUMLHitchhikersGuide/"><p class="category category__03">PlantUML Stdlib</p></a>
<h2><a href="https://crashedmind.github.io/PlantUMLHitchhikersGuide/">The Hitchhiker’s Guide to PlantUML Stdlib</a></h2>
<p></p>
</div><!-- .card-content -->
<footer>
<div class="post-meta">
<span class="link"><i class="fa fa-external-link"></i><a href="https://crashedmind.github.io/PlantUMLHitchhikersGuide/"> The Hitchhiker’s Guide to PlantUML</a></span>
</div>
<div class="post-meta">
<span class="github"><i class="fa fa-github-square"></i><a href="https://github.com/Crashedmind/PlayingWithPlantUMLSource"> source for The Hitchhiker’s Guide to PlantUML</a></span>
</div>
</footer>
</article>
<!-- card 4 -->
<article class="card">
<picture class="thumbnail">
<a href="https://crashedmind.github.io/docdac-site/"><img class="category__04" src="./images/list-1.svg" alt="" /></a>
</picture>
<div class="card-content">
<a href="https://crashedmind.github.io/docdac-site/"><p class="category category__04">DocDac Booklet</p></a>
<h2><a href="https://crashedmind.github.io/docdac-site/">DOCDAC</a></h2>
<p>Documentation Of Code - Documentation As Code.</p>
</div><!-- .card-content -->
<footer>
<div class="post-meta">
<span class="link"><i class="fa fa-external-link"></i><a href="https://crashedmind.github.io/docdac-site/"> https://crashedmind.github.io/docdac-site/ </a></span>
</div>
<div class="post-meta">
<span class="github"><i class="fa fa-github-square"></i><a href="https://github.com/Crashedmind/docdac"> https://github.com/Crashedmind/docdac</a></span>
</div>
</footer>
</article>
</section>
<!-- partial -->
</body>
</html>