-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (79 loc) · 2.94 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
<!DOCTYPE HTML>
<!-- student.fgcu.edu/cperez2571 -->
<html lang=en>
<head>
<title>Developer</title>
<link rel="stylesheet" href="style.css">
<!-- -->
<!-- Navv -->
<div class="UI_NavBar">
<ul id="Alert">
<li><a href="index.html">Home</a></li>
<li><a>Contact</a></li>
<li><a href="About_Usability&Accessibility.html">About</a></li>
</ul>
</div>
</head>
<body>
<!-- Banner -->
<div class="Banner">
<div class="Banner-Text">
<h1>Carlos Perez</h1>
<h2>Software Engineer</h2>
</div>
<div class="Banner-Summary">
<h1>Personal Information</h1>
<h2>Email : Carlosperez1001@gmail.com</h2>
<ul>
<li>From Southwest Florida</li>
<li>Florida Gulf Coast University Student</li>
<li>Android Studio Developer</li>
<li>Experience : NA </li>
</ul>
</div>
<!-- SocialMedia -->
<div id="Banner-SocialMedia">
<!-- <img src="img/img_main/SnapchatIcon.jpeg" alt="Snapchat"> -->
<a href="https://www.facebook.com/profile.php?id=100000529923716" target="_blank">
<img src="img/img_main/FaceBookIcon.JPEG" alt="Facebook"> </a>
<a href="https://twitter.com/CPerez1001" target="_blank">
<img src="img/img_main/TwitterIcon.jpeg" alt="Twitter"> </a>
<a href="https://github.com/Carlosperez1001" target="_blank">
<img src="img/img_main/GithubIcon.jpeg" alt="Github"></a>
<a href="https://www.linkedin.com/in/carlosperez1001/" target="_blank">
<img src="img/img_main/LinkinIcon.jpeg" alt="Linkin"></a>
</div>
</div>
<!-- Project Block -->
<div class="Projects">
<h1>
<font color="White">Current Project Board</font>
</h1>
<table class="Project-Table">
<tr>
<th>Projects Name</th>
<th>Description </th>
<th>Date </th>
</tr>
<tr>
<td><a href="Cryptography.html">Cryptography</td>
<td> A section where text be encrypted by using JavaScript. </td>
<td>DEC. 11, 2017</td>
</tr>
<tr>
<td><a href="HTML_Graphic_Media.html">Graphics and Media</td>
<td>A display of using HTML elements of audio, SVG, and media. </td>
<td>NOV. 18, 2017</td>
</tr>
<tr>
<td><a href="Java_Script_Project.html">JavaScript Projects</td>
<td>A showcase of multiple JavaScript programs. </td>
<td>NOV. 4, 2017</td>
</tr>
</table>
</div>
</div>
<!-- footer -->
<script src="scripts.js"></script>
</body>
</html>