-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDeGuzman_ContactMe.html
More file actions
25 lines (24 loc) · 1.17 KB
/
DeGuzman_ContactMe.html
File metadata and controls
25 lines (24 loc) · 1.17 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
<!DOCTYPE html>
<html>
<head>
<link href="./Bootstrap_4.3.1/css/bootstrap.css" type="text/css" rel="stylesheet">
<title>Martin DeGuzman's Engineering Portfolio</title> <!--names title of website on tab-->
</head>
<body>
<header>
<div class="container">
<nav class="nav nav-pills nav-fill">
<a class="nav-item nav-link"
href="index.html">Home</a>
<a class="nav-item nav-link" href="DeGuzman_AboutMe.html">About Me</a>
<a class="nav-item nav-link" href="DeGuzman_Resume.html">Resume</a>
<a class="nav-item nav-link" href="DeGuzman_Projects.html">Projects</a>
<a class="nav-item nav-link active" href="DeGuzman_ContactMe.html">Contact Me</a>
</nav>
</div>
<div class="jumbotron text-center"> <!--makes jumbotron at top of screen with title of page and small linked information-->
<h1><strong>Martin DeGuzman's Online Portfolio</strong></h1>
<p>My name is Martin Angelo DeGuzman. I live in Dublin California and...</p>
<a class="active" href="DeGuzman_AboutMe.html">Continue reading...</a>
</div>
</header>