-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (62 loc) · 1.99 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
<!DOCTYPE html>
<html>
<head>
<title>Projectile</title>
<link rel="icon" type="image/ico" href="https://raw.githubusercontent.com/ArdeshirV/Projectile/master/Projectile.ico">
<style>
body {
margin: 5vh 5vw;
color: lime;
font-family: monospace;
background-color: black;
}
.copyright {
color: yellow;
text-align: center;
}
section {
margin-bottom: 4em;
margin-left: 2em;
margin-right: 2em;
}
img {
width: 100%;
}
h1 {
color: red;
text-align: center;
}
pre {
color: gray;
}
</style>
</head>
<header>
<h1>Projectile</h1>
</header>
<main>
<article>
<section>
<p><a href="https://github.com/ArdeshirV/Projectile" target="_blank" alt="Download Projectile source code">Source code on my github</a></p>
</section>
<section>
<h2 style=""><a href="https://github.com/ArdeshirV/Projectile/releases/download/1.0/Projectile.exe" target="_blank">Projectile</a> Demonstrate Projectile Motion Equation</h2>
<p>Download latest executable file <a href="https://github.com/ArdeshirV/Projectile/releases/download/1.0/Projectile.exe" target="_blank">here</a>.</p>
<p>The Projectile is a Delphi project that I was developed when I was about 16 years old. It demonstrate projectile motion equation. I just changed the license term to share it here.</p>
</section>
<section>
<h3>Sample Run:</h3>
<section>
<img alt="Running Projectile.exe" src="https://raw.githubusercontent.com/ArdeshirV/Projectile/master/img/Projectile.png">
<br/>
</section
</section>
</article>
</main>
<footer>
<p class="copyright">
Copyright© 2002-2003 <a href="mailto:ardeshirv@protonmail.com" alt="email">ArdeshirV@protonmail.com</a>, Licensed under GPL<sup>v3+</sup>
<p/>
</footer>
</body>
</html>