-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
115 lines (100 loc) · 5.27 KB
/
index.php
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
<!DOCTYPE HTML>
<html>
<head>
<title>Maria Bethania's Page</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body>
<!-- Wrapper -->
<div class="wrapper style1">
<?php include 'menu_bar.php'; ?>
<!-- Banner -->
<div id="banner" class="container">
<header class="major">
<h2>Maria Bethania's Page</h2>
<!--<h3>A showcase of my current projects</h3>-->
<!--<span class="byline">Integer sit amet pede vel arcu aliquet pretium</span>-->
</header>
<section>
<p>This is a showcase of my side projects created for fun and to learn more about programing. Here you can find information, videos, and free downloads of my finished applications. You can also visit my <a href="https://github.com/mariabethania">GitHub</a> page to access the source code or to contribute to any of my projects. Thanks!</p>
<a href="about_me.php" class="button medium">Read More</a>
</section>
</div>
<!-- Extra -->
<div id="extra">
<div class="container">
<div class="row no-collapse-1">
<section class="4u"> <a href="projects.php#Music4MyEyes" class="image featured"><img src="images/music4myeyes.jpg" alt=""></a>
<div class="box">
<p><strong>Music4MyEyes</strong> is a 3D music player and vizualizer with fun shapes and colors which dance to the rythm of the music.
<br><a href="projects.php#Music4MyEyes" >Read more...</a></p>
<a href="downloads/Music4MyEyes_Win32.zip" class="button">Free Download</a> </div>
</section>
<section class="4u"> <a href="projects.php#The Matrix 3D" class="image featured"><img src="images/matrix03.jpg" alt=""></a>
<div class="box">
<p><strong>The Matrix 3D</strong> is a interactive game which lets the user navigate around the falling code from the movie The Matrix.
<br><a href="projects.php#The Matrix 3D" >Read more...</a></p>
<a href="downloads/TheMatrix3D_Windows_32.zip" class="button">Free Download</a> </div>
</section>
<section class="4u"> <a href="projects.php#Solar System 3D" class="image featured"><img src="images/planetas.jpg" alt=""></a>
<div class="box">
<p><strong>Solar System 3D</strong> is a combination of a music vizualizer and a solar system simulator with dancing planets.
<br><a href="projects.php#Solar System 3D" >Read more...</a></p>
<a href="downloads/SolarSystem3D_Win_32.zip" class="button">Free Download</a> </div>
</section>
</div>
<div class="row no-collapse-1">
<section class="4u"> <a href="projects.php#Hot PingPong" class="image featured"><img src="images/pingpong.jpg" alt=""></a>
<div class="box">
<p><strong>Hot PingPong</strong> is a 3d ping pong game which special effects based on how fast the ball is flying.
<br><a href="projects.php#Hot PingPong" >Read more...</a></p>
<a href="downloads/HotPingPong_Windows32.zip" class="button">Free Download</a> </div>
</section>
<section class="4u"> <a href="projects.php#FreeKick" class="image featured"><img src="images/soccer.jpg" alt=""></a>
<div class="box">
<p><strong>FreeKick</strong> is a 3D soccer game which uses realistic physics symulation and sound effects.
<br><a href="projects.php#FreeKick" >Read more...</a></p>
<a href="downloads/FreeKick_windows_32.zip" class="button">Free Download</a> </div>
</section>
<section class="4u"> <a href="#" class="image featured"><img src="images/pic03.jpg" alt=""></a>
<div class="box">
<p>New projects comming soon...</p>
<br>
<br>
<a href="#" class="button">Read More</a> </div>
</section>
</div>
</div>
</div>
<?php include 'links.php'; ?>
</div>
<?php include 'footer.php'; ?>
<!-- Copyright -->
<div id="copyright">
<div class="container">
<div class="copyright">
<p>Built by <a href="https://github.com/csc5nz">CSC</a>
<ul class="icons">
<li><a href="#" class="fa fa-facebook"><span>Facebook</span></a></li>
<li><a href="https://www.youtube.com/channel/UC5rllsScazFsEJteCECxuZw" class="fa fa-youtube"><span>YouTube</span></a></li>
<li><a href="https://github.com/mariabethania" class="fa fa-github"><span>GitHub</span></a></li>
</ul>
</div>
</div>
</div>
</body>
</html>