-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (117 loc) · 6.12 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
<!DOCTYPE html>
<html>
<head>
<title>
Colin Gregory's Portfolio
</title>
<link
rel="stylesheet"
type="text/css"
href="stylesheet.css"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
</head>
<body>
<!--
Credit for header image:
<a style="background-color:black;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px" href="https://unsplash.com/@augustinewong?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge" target="_blank" rel="noopener noreferrer" title="Download free do whatever you want high-resolution photos from Augustine Wong"><span style="display:inline-block;padding:2px 3px"><svg xmlns="http://www.w3.org/2000/svg" style="height:12px;width:auto;position:relative;vertical-align:middle;top:-2px;fill:white" viewBox="0 0 32 32"><title>unsplash-logo</title><path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"></path></svg></span><span style="display:inline-block;padding:2px 3px">Augustine Wong</span></a>
-->
<!--Navbar designed by following documentation at https://getbootstrap.com/docs/4.0/components/navbar/-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="navbar-header ">
<a class="navbar-brand" href="#">Colin P. Gregory</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link active" href="index.html">Home </a>
<a class="nav-item nav-link" href="about.html">About Me</a>
<a class="nav-item nav-link" href="projects.html">Projects</a>
<a class="nav-item nav-link" href="contact.html">Contact</a>
</div>
</div>
</nav>
<div class="container-fluid no-gutters px-0" name="page-content">
<header class="header-wrapper">
<div class="container-fluid h-100" name="image-header">
<div class="row h-100 align-items-center">
<div class="col-12 text-center">
<h2>Welcome to my Portfolio</h2>
<p class="header-descriptionh">"The more difficult the victory, the greater the happiness in winning" <br>-Pele</p>
</div>
</div>
</div>
</header>
<div class="container-fluid" name="content">
<div class="row" name="content-wrapper">
<div class="col" name="left-margin">
<!--left column-->
</div>
<div class="col-6" name="middle-margin">
<!--content-->
<div class="content-heading">
<h5>Hello!</h5>
</div>
<div class="content-text">
<p>My name is Colin Gregory. This site's purpose is to serve as a landing point for any projects I have done or are currently involved with.</p>
</div>
</div>
<div class="col" name="right-margin">
<!--right column-->
</div>
</div>
</div>
</div>
</body>
<footer>
<div class="container-fluid bg-dark">
<div class="row justify-content-center align-self-center" name="footer-wrapper">
<div class="col-6">
<div class="copyright">
<span class="footer-content">© 2020 - Fake Copyright</span>
</div>
</div>
<div class="col-3">
<span class="footer-content">Created By: Colin Gregory</soan>
</div>
<div class="col-3">
<span class="footer-content">
Header photo credit:
</span>
<!--following button was given to me when I downloaded the image from the site-->
<a style="background-color:black;color:white;text-decoration:none;padding:4px 6px;font-family:-apple-system, BlinkMacSystemFont, "San Francisco", "Helvetica Neue", Helvetica, Ubuntu, Roboto, Noto, "Segoe UI", Arial, sans-serif;font-size:12px;font-weight:bold;line-height:1.2;display:inline-block;border-radius:3px" href="https://unsplash.com/@augustinewong?utm_medium=referral&utm_campaign=photographer-credit&utm_content=creditBadge" target="_blank" rel="noopener noreferrer" title="Download free do whatever you want high-resolution photos from Augustine Wong">
<span style="display:inline-block;padding:2px 3px">
<svg xmlns="http://www.w3.org/2000/svg" style="height:12px;width:auto;position:relative;vertical-align:middle;top:-2px;fill:white" viewBox="0 0 32 32">
<title>unsplash-logo</title>
<path d="M10 9V0h12v9H10zm12 5h10v18H0V14h10v9h12v-9z"></path>
</svg>
</span>
<span style="display:inline-block;padding:2px 3px">Augustine Wong</span>
</a>
</div>
</div>
</div>
</footer>
</html>