-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice.html
More file actions
65 lines (59 loc) · 2.52 KB
/
service.html
File metadata and controls
65 lines (59 loc) · 2.52 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
<!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">
<title>Cameron Quilici | Service</title>
<link id="main-stylesheet" rel="stylesheet" href="css/style.css">
<script src="js/functions.js"></script>
</head>
<body>
<div class="tab">
<div class="main-nav-bar">
<ul>
<li><a href="index.html">About Me</a></li>
<li><a href="qualifications.html">Qualifications</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="service.html">Service</a></li>
<li><a href="pics/resume.pdf">Resume</a></li>
</ul>
</div>
<!-- <div id="toggle-button">
<button onclick="toggleStyleSheet()" type="button">Toggle Style</button>
</div> -->
</div>
<header class="site-header">
<div class="wrapper">
<h1 class="name-title" itemprop="headline">
<a href="index.html">Cameron Quilici</a>
</h1>
</div>
</header>
<div class="content-bit">
<div class="site-content">
<h2>Youth Basketball Coach</h2>
<p>I love the sport of basketball. In high school, I had the opportunity of coaching a team of 4th graders
for
two years. During that time, I composed practice plans which consisted of a range of drills and
activities.
Having chance to teach children about a game I enjoy so much was truly a privilege and was quite fun.
Even
today, I still see some of my team members and always take the chance to catch up with them.
</p>
<h2>Mathematics and Science Tutor</h2>
<p>In high school and more recently in college, I have volunteered (without pay) to teach kids mathematics
and
engineering. Like coaching basketball, I believe that having the opportunity to teach something you love
to
do is a privilege. I always take pride in my teaching and strive to instill a sense of understanding in
my
students so as to help build their academic confidence.</p>
</div>
</div>
<footer class="site-footer">
<p>Author: Cameron Quilici</p>
<p><a href="mailto:quilicam@tamu.edu">quilicam@tamu.edu</a></p>
</footer>
</body>
</html>