-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
174 lines (163 loc) · 7.96 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html>
<!-- Head -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width" />
<title>Dante Crawford's Portfolio</title>
<link rel="stylesheet" type="text/css" href="portfolio_css.css">
</head>
<!-- Body -->
<body class="Background">
<!-- Navbar -->
<div class="Navbar">
<a class="active" href="#Home">Home</a>
<a href="#About">About</a>
<a href="#GitHub">GitHub</a>
<a href="https://docs.google.com/document/d/1ikg3t5Dz8Ixjr5Sn91dg9qD-EPy7h8Dry_16haibS9Q/edit" target="_blank">Resume</a>
<a onclick="openForm()" ondblclick="closeForm()">Contact</a>
</div>
<!-- Adding space between navbar and the heading -->
<br>
<br>
<!--Background-->
<div id="Home">
<video autoplay muted loop id="challenge_video">
<source src="challenge.mp4" type="video/mp4">
<!-- Message will display if video fails to play. -->
Your browser does not support this video.
</video>
</div>
<!--Video text-->
<div class="Video_Text">
<h1 class="white-text">Dante Crawford's Portfolio</h1>
<strong>
<p class="center">
<q>Any fool can write code that a computer can understand.
<br>Good programmers wirte code that humans can understand.
</q>
<br> - Martin Fowler
<br>
<br> My name is Dante Crawford. Welcome to my portfolio website.
On it, I will tell you about my background and experience.
<br>
<br> Thank you for stopping by and I hope you enjoy!
</p>
</strong>
</div>
<!-- Slideshow section -->
<div id="Slideshow">
<div id="Slideshow_Background">
<div id="Slideshow_Container">
<!-- Slide 1 of 6 -->
<div class="mySlides fade">
<img class="Slideshow_Images" src="fullstack.png" alt="full-stack picture">
<div class="text">Please contact me if you need help on your project.</div>
</div>
<!-- Slide 2 of 6 -->
<div class="mySlides fade">
<img class="Slideshow_Images" src="python.png" alt="Python logo">
<div class="text">I have experience with Python,</div>
</div>
<!-- Slide 3 of 6 -->
<div class="mySlides fade">
<img class="Slideshow_Images" src="networking.png" alt="networking example">
<div class="text"> Experience in Networking </div>
</div>
<!-- Slide 4 of 6 -->
<div class="mySlides fade">
<img class="Slideshow_Images" src="burpsuite.png" alt="burpsuite logo">
<div class="text">I have experience capturing request, and performing DDOS attack with BurpSuite.</div>
</div>
<!-- Slide 5 of 6 -->
<div class="mySlides fade">
<img class="Slideshow_Images" src="wireshark.png" alt="wireshark logo">
<div class="text">I have experience with malware analysis using Wireshark.</div>
</div>
<!-- Slide 6 of 6 -->
<div class="mySlides fade">
<img class="Slideshow_Images" src="team.png" alt="team player">
<div class="text">I am a team player!</div>
</div>
<!-- Previous and next buttons -->
<a class="Previous" onclick="plusSlides(-1)">❮</a>
<a class="Next" onclick="plusSlides(1)">❯</a>
</div>
<br> <!-- Added space between slideshow and dots.-->
<!-- These dots are another way to navigate slideshow. -->
<div style="text-align: center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
<span class="dot" onclick="currentSlide(6)"></span>
</div>
</div>
</div>
<!--About section-->
<div class="Row" id="About">
<!--Left Column-->
<div class="Column_2">
<img src="about_pic.png" alt="Photo of me">
</div>
<!--Right Column-->
<div class="Column_1">
<h1>About</h1>
<p>
I am currently a Police Officer that is working towards starting a career in Tech. In my free time I love to travel and be active.
<br>
<br> I am a graduate of <a href="https://www.learncodinganywhere.com" target="_blank">The Tech Academy</a>'s Cybersecurity Boot Camp,
During my time as a student. I learned the basics of Networking, Python, Javascript, SQL, Git Bash, Html, CSS, Burp Suite, and Wireshark.
<br>
<br>I am hardworking, personable, and have an analytical style of thinking. I would love the opportunity to work with you.
<a href="#Contact">Contact</a> me below!
</p>
</div>
</div>
<!--GitHub section-->
<div class="Row" id="GitHub">
<!--Left column-->
<div class="Column_1">
<h1>GitHub</h1>
<p>
You can view my coding projects on my GitHub profile here:
<br>
<p class="center">
<a href="https://github.com/crawford118" target="_blank">Dante Crawford's GitHub</a>
</p>
</p>
</div>
<!--Right column-->
<div class="Column_2">
<a href="https://www.linkedin.com/in/Crawford118/" target="_blank"><img src="linkedin.png" alt="linkedin logo"></a>
</div>
</div>
<!--Contact section-->
<div id="Contact">
<button onclick="openForm()" class="Pop_Up_Button">CONTACT</button>
<div class="form-popup" id="myForm">
<form action="https://formspree.io/f/mayavyze" onsubmit="return validateForm()" method="POST" class="form-container">
<h1>Contact</h1>
<label for="name"><b>Name</b></label>
<input type="text" placeholder="Please enter your name here" name="fname" required>
<label for="email"><b>Email</b></label>
<input type="text" placeholder="Please enter your email here" name="email" required>
<label for="message"><b>Message</b></label>
<input type="text" placeholder="Please write your message here" name="message">
<br>
<button type="submit" class="btn">SUBMIT</button>
<button type="button" class="btn cancel" onclick="closeForm()">CLOSE</button>
</form>
</div>
</div>
<!--Footer section-->
<footer>
<p>
<p class="center">© Getting to know Dante Inc.</p>
<br>
</p>
</footer>
<script src="portfolio_js.js"></script>
</body>
</html>