-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexamples.php
97 lines (97 loc) · 4.89 KB
/
examples.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
<?php // Jeremy Moritz
require_once('includes/jeremy_all.php');
?>
<?=$header;?>
<body>
<?=$topper;?>
<div class='main' id='examples'>
<div class='row'>
<div class='col-xs-12'>
<h2>Example Sites...</h2>
</div>
</div>
<div class='row'>
<div class='col-xs-12'>
<h3>Here are just a few examples of my HTML websites created entirely from scratch.</h3>
</div>
</div>
<div class='row'>
<div class='col-sm-4'>
<a href='http://rhythmcity.org' rel='external'><img src='images/example_rc.png' alt='RhythmCity.org' class='mouseover'>
<br>New Musical</a>
</div>
<div class='col-sm-4'>
<a href='http://kcrunningcompany.com' rel='external'><img src='images/example_kcrc.png' alt='KCRunningCompany.com' class='mouseover'>
<br>Running Company</a>
</div>
<div class='col-sm-4'>
<a href='http://moritzfamily.org' rel='external'><img src='images/example_mf.png' alt='MoritzFamily.org' class='mouseover'>
<br>Family Website</a>
</div>
<div class='col-sm-4'>
<a href='http://eRecipeCards.com' rel='external'><img src='images/example_erc.png' alt='eRecipeCards.com' class='mouseover'>
<br>Cooking Recipes</a>
</div>
<div class='col-sm-4'>
<a href='http://mindymoritz.com' rel='external'><img src='images/example_mindy.png' alt='MindyMoritz.com' class='mouseover'>
<br>Actress/Dancer</a>
</div>
<div class='col-sm-4'>
<a href='http://kcmonsterdash.com' rel='external'><img src='images/example_md.png' alt='KCMonsterDash.com' class='mouseover'>
<br>Race Event</a>
</div>
</div>
<div class='row'>
<div class='col-xs-12'>
<h2>Detailed Examples...</h2>
<p>I have had multiple happy customers, and each one a willing reference for my work. If you would like more details about the work I have done for clients, here are a few project highlights, nearly all completed entirely on my own from scratch with a text editor:</p>
<ul>
<li><a href='http://www.KCRunningCompany.com' target='_blank'>www.KCRunningCompany.com</a>
<ul>
<li>Built the full site with backend admin. Site has had as many as 10,000 visitors in a single day. The site allows users to submit races, administrators can approve and edit races, show results and photos.</li>
<li class='tech'><strong>TECHNOLOGIES USED:</strong> PHP, XHTML, CSS, MySQL</li>
</ul>
</li>
<li><a href='http://www.DCInternships.org' target='_blank'>www.DCInternships.org</a>
<ul>
<li>I worked on nearly all of the jQuery for this; lots of moving parts—and notice the fact that the forward/back buttons animate the content without any page refresh.</li>
<li class='tech'><strong>TECHNOLOGIES USED:</strong> jQuery</li>
</ul>
</li>
<li><a href='http://www.MoritzFamily.org' target='_blank'>www.MoritzFamily.org</a>
<ul>
<li>My family website with database-driven quotes, images, etc. Also dynamic image enlargement.</li>
<li class='tech'><strong>TECHNOLOGIES USED:</strong> PHP, HTML5, CSS, MySQL, jQuery</li>
</ul>
</li>
<li><a href='http://www.eRecipeCards.com' target='_blank'>www.eRecipeCards.com</a>
<ul>
<li>Users can submit recipes, make collections of favorite recipes, search recipes, and even send their friends and family a custom “cookbook” of all the recipes they know (no other website that we know of has this capability). Also, the owner has received over 1 Million clicks on his ads.</li>
<li class='tech'><strong>TECHNOLOGIES USED:</strong> PHP, jQuery, XHTML, CSS, MySQL</li>
</ul>
</li>
<li><a href='http://www.RhythmCity.org' target='_blank'>www.RhythmCity.org</a>
<ul>
<li>This site features videos, jQuery photo slideshows, and paypal integration with order form.</li>
<li class='tech'><strong>TECHNOLOGIES USED:</strong> PHP, HTML5, CSS, MySQL, jQuery</li>
</ul>
</li>
<li><a href='http://www.DBVirtualTours.com/index.php?id=2104&agent=5454&display=photos' target='_blank'>www.DBVirtualTours.com/index.php?id=2104&agent=5454&display=photos</a>
<ul>
<li>This is a PHP- and MySQL-driven Flash slideshow with jQuery side menu—client can simply transfer images from his PhotoShelter account to create a new slideshow for other real-estate agents.</li>
<li class='tech'><strong>TECHNOLOGIES USED:</strong> PHP, Flash, MySQL, jQuery, HTML5, CSS</li>
</ul>
</li>
<li><a href='http://www.MindyMoritz.com' target='_blank'>www.MindyMoritz.com</a>
<ul>
<li>This site is for an actress/singer/dancer and features a flash audio plugin, javascript testimonials section, and a custom flash photo stack.</li>
<li class='tech'><strong>TECHNOLOGIES USED:</strong> Flash, Javascript, PHP, XHTML, CSS</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<?=$footer;?>
</body>
</html>