-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopment_projects.html
More file actions
58 lines (58 loc) · 3.15 KB
/
development_projects.html
File metadata and controls
58 lines (58 loc) · 3.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Development Projects</title>
<link href="css/development.css" rel="stylesheet">
</head>
<body>
<h1>DEVELOPMENT PROJECTS</h1>
<h2>Click On A Link To View A Project</h2>
<section class="container">
<div class="col2">
<h3 class="fcc">Free Code Camp Projects</h3>
<ol>
<li><a href="FreeCodeCamp/catphotoapp.html">Cat Photo App Page (freeCodeCamp/McCloskey)</a></li>
<li><a href="FreeCodeCamp/cafe_menu.html">Cafe Menu Web Page (freeCodeCamp/McCloskey)</a></li>
<li><a href="FreeCodeCamp/color_markers.html">Color Marker Web Page (freeCodeCamp/McCloskey)</a></li>
<li><a href="FreeCodeCamp/registration_form.html">Registration Form (freeCodeCamp/McCloskey)</a></li>
<li><a href="FreeCodeCamp/survey_form.html">Survey Form (freeCodeCamp/McCloskey)</a></li>
<li><a href="FreeCodeCamp/accessibility_project.html">Accessibility Project (freeCodeCamp/McCloskey</a></li>
<li><a href="DragonFightGame/fight_dragon.html">Dragon Fighting Game (FreeCodeCamp/McCloskey)</a> </li>
</ol>
</div>
<div class="col3">
<h3 class="outside">Other Projects</h3>
<ol>
<li><a href="OtherProjects/war.html">War Card Game (Web Dev Simplified/McCloskey)</a></li>
<li><a href="https://github.com/Rafagithub135/cookie">
Cookie's Place website (McCloskey - I'm currently working on this site)</a></li>
<!-- <li><a href="palindrome.html">Palindrome Checker</a></li>-->
<li><a href="speech_timer.html">Speech Timer JS (McCloskey - I'm still working on finishing touches here)</a></li>
</ol>
</div>
<div class="col1">
<h3 class="codeup-proj">Codeup Projects</h3>
<ol>
<li><a href="http://rafagithub135.github.io"> Resume web page (McCloskey)</a></li>
<li><a href="https://github.com/MarcusandRalphorg/media-queries">Codeup Media Queries (Marcus/Ralph)</a>
</li>
<li><a href="https://github.com/Leonard-Ralph-Jesse-org/responsive-site">Codeup Responsive Site
(Leonard/Ralph/Jesse)</a></li>
<li><a href="https://github.com/ortiz-mccloskey-urton-project/coffee-project">Codeup Coffee Project
(Ortiz/McCloskey/Urton)</a></li>
<li><a href="https://github.com/mccloskey-hall-media-queries/media-queries-exercise">Codeup Media Queries
(McCloskey/Hall)</a></li>
<li><a href="https://github.com/Neely-McCloskey/codeup-design-project">Codeup Design Project
(Neely/McCloskey)</a></li>
<li><a href="https://github.com/orgs/McCloskey-Ramos-Coffee-Project/repositories">Coffee Project
(McCloskey/Ramos)</a></li>
<li><a href="https://github.com/Rafagithub135/Weathermap">Weather Map (McCloskey)</a></li>
<li><a href="https://github.com/Villegas-McCloskey-Movies/Movie-Project">Movie Project
(Villegas/McCloskey)</a></li>
<li>Sandlot Connect (Wilson/McCloskey/Razo) - Deactivated</li>
</ol>
</div>
</section>
</body>
</html>