-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
171 lines (152 loc) · 8.74 KB
/
index.html
File metadata and controls
171 lines (152 loc) · 8.74 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Boostrap -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
/>
<!-- JQuery UI -->
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" />
<!-- Font-Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<!-- Reset -->
<link rel="stylesheet" href="./assets/css/reset.css">
<!-- Custom -->
<link rel="stylesheet" href="./assets/css/style.css">
<title>Dave Plummer</title>
</head>
<body>
<main>
<div class="section">
<div class="title">
<div class="hero-section">
<div class="hero-container">
<h1>DAVE PLUMMER</h1>
<nav>
<ul>
<li><a href="./assets/images/Dave's Resume.pdf" target="_blank" rel="noreferrer">Request CV</a></li>
<li><a href="#aboutMe" data-bs-toggle="modal">About Me</a></li>
<li><a href="#contactForm" data-bs-toggle="modal">Contact Me</a></li>
</ul>
<ul id="socials">
<li><a href="https://github.com/origin-42" target="_blank"><i class="fa-brands fa-github cont-fa"></i></a></li>
<li><a href="https://instagram.com/origin_42" target="_blank"><i class="fa-brands fa-instagram cont-fa"></i></a></li>
<li><a href="https://www.linkedin.com/in/david-plummer-630a46a7/" target="_blank"><i class="fa-brands fa-linkedin cont-fa"></i></a></li>
</ul>
</nav>
</div>
</div>
<div class="portoflio-selection-container">
<section class="board">
<!-- Portfolio Section -->
</section>
</div>
</div>
<div class="portfolio">
<h2>Projects</h2>
<div class="portfolio-container" id="portfolio-container">
<!-- Cards -->
</div>
</div>
</div>
</main>
<!-- Modal For Portfolio Selection -->
<div class="modal fade" id="portfolio-selection" tabindex="-1" aria-labelledby="#portfolioSelectionTitle" aria-hidden="true">
<div class="modal-dialog modal-xl">
<p id="projectType"></p>
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title text-lg" id="portfolioSelectionTitle"><span id="pf-title">Chorebot</span><span> | Created: </span><span id="pf-dateReleased">April, 2022</span> | Website: <a href=""></a> <span id="pf-websiteLink"></span></h5>
<button type="button" class="close" data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="modal-body-left">
<h4>Description:</h4>
<p id="pf-description">Here is a game designed to test your knowledge. there's always a way to around doing your chores. Try NOT to find Chorebot.</p>
<ul>
<li id="pf-tagOne">Calculate where Chorebot might be</li>
<li id="pf-tagTwo">Receive feedback on wins and losses</li>
<li id="pf-tagThree">Gain advantage and defeat, not defeating your chores</li>
</ul>
<h4>Purpose:</h4>
<p id="pf-purpose">I created a game from scratch as a requirement of work from Codecademy where the goal was to use Javascript to alter the page and results based on user input and outcome.</p>
</div>
<div class="modal-body-right">
<a href="" title="Open Website" target="_blank" id="pf-image-wrapper"><img class="img-responsive" id="pf-image" style="margin: 0 auto;" src="./assets/images/portfolio-images/choredoor.jpg" alt=""></a>
<div class="tech" id="technologies">
<h5>Technology Used</h5>
<ul id="pf-techUsed">
<!-- li for tech -->
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal For Email Contact -->
<div class="modal fade" id="contactForm" tabindex="-1" aria-labelledby="#contactFormTitle" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="contactFormTitle">Email Me</h5>
<button type="button" class="close" data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form method="POST" action="mailto: daveplum1991@gmail.com"
enctype="multipart/form-data">
<label for="cVEmailName">Name:</label>
<input type="text" class="form-control" name="cVEmailName" id="cVEmailName" placeholder="john.." />
<label for="modal-email" class="form-label">Email:</label>
<input type="email" class="form-control" id="modal-email" name="modal-email" placeholder="e.g. mike@ozmail.com">
<label for="contactMessage"></label>
<textarea class="form-control" id="contactMessage" name="contactMessage" cols="20" placeholder="type your message.."></textarea>
</form>
<div class="modal-footer modal-email-exit">
<p>To: dave@origin42-websites.com</p>
<div>
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="submit" class="btn btn-primary" data-bs-dismiss="modal">Send Email</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="aboutMe" tabindex="-1" aria-labelledby="#contactFormTitle" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="contactFormTitle">About Me</h5>
<button type="button" class="close" data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<p id="bioText">
With a recently acquired certification in full stack web development, I'm looking to progress my studies by experience, both through my own endeavors and with other experienced and enthusiastic developers. My core experience developing applications has revolved around a React framework for building user interfaces and NoSQL for storage and retrieval of data. These are technologies I plan to leverage as I prefer the modularity of React and the scalability and flexibility of NoSQL. However, these ideals aren't cast in stone, I'm always interested to learn new concepts and explore new practices.
</p>
</div>
</div>
</div>
</div>
<!-- Main Content Section -->
<main>
<!-- Portfolio Section -->
<section>
</section>
</main>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js" integrity="sha512-uto9mlQzrs59VwILcLiRYeLKPPbS/bT71da/OEBYEwcdNUk8jYIy+D176RYoop1Da+f9mvkYrmj5MCLZWEtQuA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="./assets/js/script.js"></script>
</body>
</html>