-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproj.html
More file actions
98 lines (89 loc) · 6 KB
/
proj.html
File metadata and controls
98 lines (89 loc) · 6 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
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<link href="https://fonts.googleapis.com/css?family=Merienda+One" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="nav.css" >
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="stylesheet" type="text/css" href="footer.css">
<script src="js/test.js" type="module"></script>
<script src="js/music.js" type="module"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
</head>
<body>
<div>
<nav class="fontc" id="navv">
<p><h3 class="navname">Aldair's Portfolio</h3></p>
<div class="navdata">
<ul id="hpnav">
<li class="navitems"><a href="index.html">Home</a></li>
<li class="navitems"><a href="about.html">About Me</a></li>
<li class="navitems"><a href="proj.html">Projects</a></li>
<li class="navitems dropdown">
<a class="dropbtn">Dropdown</a>
<div class="dropdown-content">
<a href="comment.html">Comment here</a>
<a href="#" class="playstop">Play or Stop music</a>
<a href="#">a</a>
</div>
</li>
</ul>
</div>
</nav>
</div>
<audio id="myAudio" autoplay loop>
<source src="music/theme.mp3" type="audio/mpeg">
</audio>
<div style="width:100%;height:200px;"></div>
<div class="navseparater"></div>
<h3 class="projectinfo">Hi, its me again. Feel free to explore some of the projects I have worked on with my freinds and on my own. Just click on the images and you'll be there</h3>
<div id="body">
<div class="buckets">
<div ><span ><img class="projimg pigla" src="imgs/pig.png"> <p class="p"><b>Piglatenizer.-</b>This is probably one of the best projects I have worked one. This website allows you to translate any English word or sentence to a fun language called platen. I mostly used "if" and "else if" statements to translate the words.</p></span></div>
<div ><span ><img class="projimg hagman" src="imgs/hang.png"> <p class="p"><b>Hangman</b>This is a fun game that many people play around the world. In this project i used variable, functions, and "if else" statements.</p></span></div>
<div ><span ><img class="projimg rockp" src="imgs/rps.png"> <p class="p"><b>Rock,Poper,Scissors say you</b>This is a fun game that many people also play around the world. This project mostly uses "if" and "if else". I also added a small AI that you would go against to see who is better at rock paper scissors say YOU.</p></span></div>
<div ><span ><img class="projimg helpingyou" src="imgs/hu.png"> <p class="p"><b>Helping You</b>This was a group project that we worked on in a hackathon, a competition within ScriptEd, were coders are placed in groups and code a website based on a theme. This project is meant for people that can't do things on there own and need help. That where people could use this website to ask for help.</p></span></div>
<div ><span ><img class="projimg gifs" src="imgs/gif.png"> <p class="p"><b>The Gipher</b>This is a cool project that my teammate and I worked on. This website helps you find giphs, such as cats flying in the sky or cool pokemon. Just try it.</p></span></div>
<div ><span ><img class="projimg disor" src="imgs/dhelper.png"> <p class="p"><b></b></p></span></div>
<div ><span ><img class="projimg mario" src="imgs/mario.png"> <p class="p"></p></span></div>
<div ><span ><img class="projimg school" src="imgs/school.png"> <p class="p"><b></b></p></span></div>
</div>
</div>
<div style="height:700px;">
</div>
<div id="footer">
<div style="height:60px;">
</div>
<div id="footerheading">
<h2>More Information</h2>
</div>
<div style="height:20px; width:100%;"></div>
<div id="footerrow">
<div class="footercontent">
<h5>contact information</h5>
<p>Mail--> aldargarcia360@gmail.com</p>
<p>GitNub username--> AGarciaNY</p>
</div>
<div class="footercontent">
</div>
<div class="footercontent">
<div id="CNlogo">
<div class="CNlogo cnstart">
<h4 >Code</h4>
</div>
<div class="CNlogo imgheight">
<img class="CNimg" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTa7mm5Xil1cJcijOWmUmK7ghixA-bGvgGYYgzbpHGEN09S7uAd">
</div>
<div class="CNlogo cnend">
<h4 > Nation</h4>
</div>
</div>
<div class="CNinfo">
<h6 id="CNlink"><a href="https://codenation.org/">CodeNation is a coding program that teacher young students how to code and find jobs in the tec feal</a></h6>
</div>
</div>
</div>
<div style="width:100%; height:51px;"></div>
</div>
</body>
</html>