-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyProjects.html
More file actions
149 lines (139 loc) · 9.29 KB
/
myProjects.html
File metadata and controls
149 lines (139 loc) · 9.29 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Oxygen&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link href="bootstrap-5.1.0-dist/css/bootstrap.min.css" rel="stylesheet">
<link href="style/style.css" rel="stylesheet">
<script src="jQuery/jquery-3.6.0.min.js"></script>
<script>
$(document).ready(function () {
$(".card").mouseover(function (event) {
$(".image-text").text("Show");
$(this).css({
"box-shadow": "0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)",
"transform": "scale(1.05, 1.05)",
"transition": "all 0.3s ease-in-out"
});
});
$(".card").mouseout(function (event) {
$(this).css({
"box-shadow": "",
"transform": "scale(1, 1)",
"transition": "all 0.3s ease-in-out"
});
});
});
</script>
<title>JannisJ my projects</title>
</head>
<body>
<body>
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">JannisJ</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto mb-2 mb-md-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#">My Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contacts.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<main class="container">
<h1>My Projects</h1>
<hr />
<div class="container project-container">
<div class="row g-3">
<div class="col-md-4 col-sm-12 d-flex align-items-stretch">
<a class="card-link" href="quantumAccelerator.html">
<div class="card">
<img src="style/img/Quantum_Accelator.png" class="card-img-top"
alt="QuantumAccelerator logo">
<div class="card-body">
<h5 class="card-title">QuantumAccelerator</h5>
<p class="card-text">A free and open source application to help you optimize and
tweak Windows 10/11 easily in one place.</p>
<div class="card-footer bg-transparent">
<a class="link-secondary "
href="https://github.com/JannisJost/QuantumAccelerator"><svg
xmlns="http://www.w3.org/2000/svg" width="25" height="25"
fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg></a>
<a class="link-secondary"
href="https://sourceforge.net/projects/quantumaccelerator/files/latest/download"><svg
xmlns="http://www.w3.org/2000/svg" width="25" height="25"
fill="currentColor" class="bi bi-download" viewBox="0 0 16 16">
<path
d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z" />
<path
d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z" />
</svg></a>
</div>
</div>
</div>
</div>
</a>
<div class="col-md-4 col-sm-12">
<a class="card-link" href="emodiary/privacyPolicyEmodiary.html">
<div class="card">
<img src="style/img/emodiary.png" class="card-img-top" alt="text editor logo">
<div class="card-body">
<h5 class="card-title">Emodiary</h5>
<p class="card-text">Emodiary is a simple and minimalistic app to help you keep
track of your mood swings. It helps you to improve yourself and look back on how
you felt a while ago.</p>
<div class="card-footer bg-transparent">
<a class="link-secondary"
href="https://play.google.com/store/apps/details?id=com.dragxfly.moodtracker"><svg
xmlns="http://www.w3.org/2000/svg" width="25" height="25"
fill="currentColor" class="bi bi-download" viewBox="0 0 16 16">
<path
d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z" />
<path
d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z" />
</svg></a>
</div>
</div>
</div>
</a>
</div>
<div class="col-md-4 col-sm-12">
<div class="card">
<img src="style/img/time.png" class="card-img-top" alt="wildcard">
<div class="card-body">
<h5 class="card-title">Coming soon</h5>
<p class="card-text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer
nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi.</p>
<div class="card-footer bg-transparent">
<a class="link-secondary" href="#"><svg xmlns="http://www.w3.org/2000/svg"
width="25" height="25" fill="currentColor" class="bi bi-github"
viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z" />
</svg></a>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<script src="bootstrap-5.1.0-dist/js/bootstrap.bundle.min.js"></script>
</body>
</body>
</html>