Skip to content

Commit 4ed9264

Browse files
committed
cleaned up error page, addded open graph
1 parent 18ffd30 commit 4ed9264

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed
-281 KB
Binary file not shown.
54.4 KB
Loading

sarahjaine/templates/500.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
border: 10px solid #fefefe;
2222
position: relative;
2323
margin: 0rem;
24-
padding: 10% 5% 10% 5%;
24+
padding: 5%;
2525
}
2626
.error--content {
2727
text-align: center;
@@ -31,12 +31,13 @@
3131
border: 10px solid #fefefe;
3232
filter: drop-shadow(0px 0px 2px #cacaca);
3333
width: 50%;
34-
margin: 5%;
34+
margin: 1%;
3535
}
3636
</style>
3737

3838
<!doctype html>
3939
<html lang="en">
40+
{% load static from staticfiles %}
4041
<head>
4142
<meta charset="utf-8">
4243
<meta http-equiv="x-ua-compatible" content="ie=edge">

sarahjaine/templates/base.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load static from staticfiles %}
1+
{% load staticfiles %}
22

33
<!doctype html>
44
<html lang="en">
@@ -7,24 +7,22 @@
77
<meta http-equiv="x-ua-compatible" content="ie=edge">
88
<meta name="description" content="Hello. I am a web developer living in Washington DC and these are some of my projects.">
99
<meta name="viewport" content="width=device-width, initial-scale=1">
10-
<link rel="icon" href="/favicon.ico" type="image/x-icon">
1110

1211
{# Facebook Open Graph Tags #}
1312
<meta property="og:title" content="Sarah-Jaine Szekeresh's Portfolio" />
14-
<meta property="og:site_name" content="" />
1513
<meta property="og:url" content="https://sarahjaine.com/" />
1614
<meta property="og:description" content="Hello. I am a web developer living in Washington DC and these are some of my projects." />
17-
<meta property="fb:app_id" content="">
15+
<meta property="fb:app_id" content="523707504468926">
1816
<meta property="og:type" content="website" />
19-
<meta property="og:image" content="" />
17+
<meta property="og:image" content="{% static 'img/headshot_opengraph.jpg' %}" />
2018

2119
{# Twitter Summary Card with Large Image tags #}
2220
<meta name="twitter:card" content="summary_large_image">
2321
<meta name="twitter:site" content="@sarahjaine_sz">
2422
<meta name="twitter:creator" content="@sarahjaine_sz">
2523
<meta name="twitter:title" content="Sarah-Jaine Szekeresh's Portfolio">
2624
<meta name="twitter:description" content="Hello. I am a web developer living in Washington DC and these are some of my projects.">
27-
<meta name="twitter:image" content="{% static 'img/Lookup_sm.png' %}">
25+
<meta name="twitter:image" content="{% static 'img/headshot_opengraph.jpg' %}">
2826

2927
<link rel="stylesheet" href="{% static 'css/app.css' %}">
3028
<script src="{% static 'js/bundle.js' %}" async defer></script>
-4.33 MB
Binary file not shown.

0 commit comments

Comments
 (0)