-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
93 lines (85 loc) · 3.95 KB
/
about.html
File metadata and controls
93 lines (85 loc) · 3.95 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
<!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>
<div class="fontst">
<div class="abouttitel">
<img class="portfoliopic" src="https://avowcares.org/wp-content/uploads/2018/03/coming-soon.png">
<h1>Aldair's Portfolio</h1>
</div>
<div>
<div>
<h4>About me</h4>
</div>
</div>
</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>