Skip to content

Commit

Permalink
Merge pull request #8 from Keep-Simple/feature/head
Browse files Browse the repository at this point in the history
Add base.css stylesheet link
  • Loading branch information
Keep-Simple authored May 5, 2020
2 parents 34bb891 + 1a18875 commit bd6e991
Showing 1 changed file with 32 additions and 5 deletions.
37 changes: 32 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Résumé</title>
</head>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="My very own personal website.">
<meta name="google" content="nositelinkssearchbox">
<meta name="google" content="notranslate">
<meta name="googlebot" content="index,follow">
<meta name="robots" content="index,follow">
<meta name="subject" content="This is just a résumé.">
<meta name="twitter:card" content="summary_large_image">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="white">
<meta property="og:description"
content="&mdash; Meet Donald Trump, Today your life will change dramaticly!">
<meta property="og:image:alt" content="Screenshot of the homepage">
<meta property="og:image:height" content="1800">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="2880">
<meta property="og:image" content="https://keep-simple.github.io/homepage/static/img/og-preview.png">
<meta property="og:locale" content="en_US">
<meta property="og:title" content="Donald Trump &mdash; Résumé">
<meta property="og:type" content="website">
<meta property="og:url" content="https://keep-simple.github.io/homepage/index.html">
<title>Donald Trump &mdash; Résumé</title>
<link rel="icon" type="image/x-icon" href="./static/icons/favicon.ico">
<link rel="me" href="https://www.fb.com/DonaldTrump" type="text/html">
<link rel="me" href="mailto:[email protected]">
<link rel="me" href="tel:+202-456-1111">
<link rel="stylesheet" href="./static/stylesheets/base.css">
<script src="./static/js/scrollreveal.min.js"></script>
</head>
<body>
― Hello World! &#x1F609;
</body>
Expand Down

0 comments on commit bd6e991

Please sign in to comment.