aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2021-01-09 14:34:30 +0100
committerJoris2021-01-09 14:34:30 +0100
commite1c6d1e505c2978538827d92b50b3f6902256fc3 (patch)
tree81b97bc10ad119e8206419babb4adb54cabaf15f
parentd90d0cdaa8dc0d85a69c12c756f8dad993f7e49c (diff)
downloadpersonal-page-e1c6d1e505c2978538827d92b50b3f6902256fc3.tar.gz
personal-page-e1c6d1e505c2978538827d92b50b3f6902256fc3.tar.bz2
personal-page-e1c6d1e505c2978538827d92b50b3f6902256fc3.zip
Rename style.css to main.css
-rw-r--r--public/index.html2
-rw-r--r--public/main.css (renamed from public/style.css)0
-rw-r--r--public/projects.html2
3 files changed, 2 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html
index 7c8411a..05e2f35 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,7 +6,7 @@
<meta name="author" content="Joris Guyonvarch">
<meta name="description" content="I am a developer using functional programming. View my resume and projects.">
<title>Joris Guyonvarch</title>
- <link rel="stylesheet" href="style.css" />
+ <link rel="stylesheet" href="main.css" />
<link rel="icon" href="icon.png" />
</head>
diff --git a/public/style.css b/public/main.css
index cd207a5..cd207a5 100644
--- a/public/style.css
+++ b/public/main.css
diff --git a/public/projects.html b/public/projects.html
index 2743614..e665d6d 100644
--- a/public/projects.html
+++ b/public/projects.html
@@ -6,7 +6,7 @@
<meta name="author" content="Joris Guyonvarch">
<meta name="description" content="I am a developer using functional programming. View my resume and projects.">
<title>Joris Guyonvarch</title>
- <link rel="stylesheet" href="style.css" />
+ <link rel="stylesheet" href="main.css" />
<link rel="icon" href="icon.png" />
</head>