-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
115 lines (99 loc) · 5.09 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
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>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>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div>
<nav class="fontc" id="navv">
<h3 class="navname">Aldair's Portfolio</h3>
<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>
<!--carasel-->
<div>
<div class="navseparater">
</div>
<!--https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTW3Q-DpQrVMduGsFg6TbmlJv0UufPYZ2mdMqCzTmivVYhV0VcCLQ-->
<!--https://www.lform.com/_assets/packages/wp/assets/uploaded/2017/08/lform_javascript_blog_header_image-1600x1080.jpg-->
<!--https://thumbs.gfycat.com/WarmShowyKingbird-size_restricted.gif-->
<div class="slideshow-container">
<div class="mySlides slideimg ">
<img class="smaller" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTW3Q-DpQrVMduGsFg6TbmlJv0UufPYZ2mdMqCzTmivVYhV0VcCLQ" style="width:100%">
</div>
<div class="mySlides slideimg">
<img class="smaller" src="https://www.lform.com/_assets/packages/wp/assets/uploaded/2017/08/lform_javascript_blog_header_image-1600x1080.jpg" style="width:100%">
</div>
<div class="mySlides slideimg ">
<img class="smaller" src="https://thumbs.gfycat.com/WarmShowyKingbird-size_restricted.gif" style="width:100%">
</div>
</div>
<br>
<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
</div>
<div style="height:100px;"></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--> [email protected]</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>