Skip to content

Commit

Permalink
re wrote footer and added projects pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ADMARIl committed Mar 12, 2019
1 parent e9d8235 commit b2c3225
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="inner">
<p>Cover page for <a href="https://aingson.xyz/">aingson.xyz</a>, by <a href="mailto:aings1@umbc.edu">Andrew</a> and <a href="https://getbootstrap.com/">Bootstrap</a>.</p>
<p>Cover page for <a href="https://aingson.xyz/">aingson.xyz</a>, by <a href="mailto:aings1@umbc.edu">Andrew</a> with <a href="https://getbootstrap.com/">Bootstrap</a>.</p>
</div>
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
Expand Down
1 change: 1 addition & 0 deletions home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<meta http-equiv="refresh" content="0; URL='http://new-website.com'" />
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<!doctype html>
<html lang="en">
<head>
Expand Down Expand Up @@ -34,7 +33,7 @@
<main role="main" class="inner cover">
<h1 class="cover-heading">Welcome.</h1>
<img class="mb-3 rounded" src="static/AndrewHeadshot2.jpg" alt="" width="250" height="250">
<p class="lead">My name is Andrew Ingson and I'm a sophomore at the University of Maryland, Baltimore County, where I am majoring in Computer Science with a focus on Cybersecurity. Right now, I'm looking for a technical internship for the Summer in the field of Cybersecurity of Software Engineering</p>
<p class="lead">My name is Andrew Ingson, and I'm a sophomore at the University of Maryland, Baltimore County, where I am majoring in Computer Science with a focus on Cybersecurity. Right now, I'm looking for a technical internship for the Summer in the field of Cybersecurity of Software Engineering</p>
</main>


Expand Down
47 changes: 47 additions & 0 deletions projects.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<title>Porjects</title>
<!-- Set up Favicon Stuff -->
<link rel="apple-touch-icon" sizes="180x180" href="static/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon-16x16.png">
<link rel="manifest" href="static/site.webmanifest">
<link rel="mask-icon" href="static/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap core CSS -->
<link href="static/bootstrap.min.css" rel="stylesheet">
<!-- Load JQuery from Google CDN -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-76848038-4"></script>
<!-- Page scripts -->
<script src="static/setup.js"></script>
<!-- Page styles -->
<link href="static/cover.css" rel="stylesheet">
</head>
<body class="text-center">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto">
<div id="header"></div>
</header>

<main role="main" class="inner cover">
<h1 class="cover-heading">Projects</h1>
<h4>School Projects:</h4>
<image src="https://mcapi.us/server/image?ip=aingson.xyz&theme=dark" />
<h4>Personal Projects</h4>
<image src="https://mcapi.us/server/image?ip=aingson.xyz&port=25564&theme=dark" />

</main>

<footer class="mastfoot mt-auto">
<div id="footer"></div>
</footer>
</div>
</body>
</html>

0 comments on commit b2c3225

Please sign in to comment.