-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
180 lines (142 loc) · 6.31 KB
/
index.php
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
175
176
177
178
179
180
<!------------------------------------------------------------
https://jegraham.github.io/
Description: This page is meant to host the main content and
direct through the pages as needed.
FUTURE GOALS https://www.w3schools.com/w3css/w3css_templates.asp
- Include About
- Inlcude Credits - Bootstrap, CDN
------------------------------------------------------------>
<!DOCTYPE HTML>
<html lang= "en">
<!--- <link rel="stylesheet" type="text/css" href="stylesheet.css" media=""/>
<?php
include('./src/Home/header.html');
include('index.html');
include('./src/Home/bottom.html');
?>
<link rel="" src="HTML%20Content/Header.html"></include>
<link rel="stylesheet" type="text/css" href="CSS/main.css">
<link rel="stylesheet" type="text/css" href="CSS/header.css"> --->
<!-- Importing Bootstrap -->
<link rel="stylesheet" type="text/css" href="CSS/bootstrap.css">
<link rel="stylesheet" type="text/css" href="CSS/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="CSS/bootstrap-grid.css">
<link rel="stylesheet" type="text/css" href="CSS/bootstrap-grid.min.css">
<link rel="stylesheet" type="text/css" href="CSS/bootstrap-reboot.css">
<link rel="stylesheet" type="text/css" href="CSS/bootstrap-reboot.min.css">
<link rel="stylesheet" type="text/css" href="CSS/filtering.css">
<!-- Importing the javascript class for typing and filtering -->
<script src="js/typing.js"></script>
<script src="js/filtering.js"></script>
<!-- This is the head that appears in the broswer tab -->
<head>
<title> Jessica L. Graham Portfolio </title>
<!-- Making the Webpage Responsive -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<!-- Header of the Portfolio, includes the -->
<div class="jumbotron jumbotron-fluid text-center bg-dark text-white" style="margin-bottom: 0px;">
<div class="container-fluid">
<h1 class="display-1 p-5 shadow">Jessica L. Graham Portfolio</h1>
<h1>I am a
<span
class="txt-rotate bg-warning"
data-period="3000"
data-rotate='[ "Developer.", "Technical Analyst.", "Life Long Learner." ]'></span>
</h1>
</div>
</div>
<!-- This is the Navigation bar-->
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
<a class="navbar-brand active bg-info" href="index.html">Portfolio</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="./HTML_Content/content.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./HTML_Content/Resume.html">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./HTML_Content/About.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./HTML_Content/Contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
<body>
<!-- Begin Web-Stat code v 7.0 -->
<span id="wts2051325"></span>
<script>var wts=document.createElement('script');wts.async=true;
wts.src='https://wts.one/log7.js';document.head.appendChild(wts);
wts.onload = function(){ wtslog7(2051325,3); };
</script><noscript><a href="https://www.web-stat.com">
<img src="https://wts.one/7/3/2051325.png"
alt="Web-Stat analytics"></a></noscript>
<!-- End Web-Stat code v 7.0 -->
</body>
<!-- About Me Section-->
<div class="container" style="margin-top:30px">
<div class="row">
<div class="col-sm-4">
<h2>About Me</h2>
<image class="embed-img-responsive border" style="display: block; max-width:100%; height: auto;" src="./Images/Avatar.PNG" alt="Avatar"></image>
<p> Hi, my name is Jessica and I am passionate about STEM and learning new things! I discovered my passion for Computer Science by accident. How do you discover this by accident? Well, I started my high school
career planning out all my courses to become a Medical Doctor, specifically a Dermatologist. In the plan I decided to take a computer course in Grade 10. I soon discovered that </p>
<h3>Some Links</h3>
<ul class="nav nav-tabs flex-column">
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com/in/jessica-graham-455261aa">Linkedin</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/jegraham/">Github</a>
</li>
</ul>
<hr class="d-sm-none">
</div>
<!-- Portfolio Content-->
<div class="col-sm-8">
<!-- Inspiration from https://www.w3schools.com/howto/howto_js_portfolio_filter.asp -->
<h2>PORTFOLIO</h2>
<div id="myBtnContainer" >
<button class="btn active" onclick="filterSelection('all')"> Show all</button>
<button class="btn" onclick="filterSelection('java')"> Java</button>
<button class="btn" onclick="filterSelection('cake')"> Interview Cake </button>
<button class="btn" onclick="filterSelection('people')"> People</button>
</div>
<!-- Portfolio Gallery Grid (Inspiration: https://www.w3schools.com/howto/howto_css_portfolio_gallery.asp)-->
<div class="row">
<!-- Building In House Calendar-->
<div class="column java cake show">
<div class="content">
<a href="https://github.com/jegraham/Calendar">
<img src="./Images/shutterstock.com/calendar.jpg" alt="Calendar" style="width:100%">
<!-- https://www.shutterstock.com/image-vector/hand-pen-mark-calendar-vector-flat-345128279 -->
<h4>Building In-House Calendar</h4>
</a>
<p>Your company built an in-house calendar tool called HiCal. You want to add a feature to see the times in a day when everyone is available.</p>
</div>
</div>
<!-- Moving Letters In Place-->
<div class="column java cake show">
<div class="content">
<img src="./Images/Placeholder_Blurred.png" alt="Shuffle" style="width:100%">
<h4>Moving Letters in Place</h4>
<p>Write a function that takes a list of characters and reverses the letters in place.</p>
<a href="https://www.interviewcake.com/question/python/reverse-string-in-place?course=fc1§ion=array-and-string-manipulation"> More </a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Section -->
<footer class="jumbotron text-center" style="margin-bottom:0">
<p>Footer</p>
</footer>
</html>