Skip to content

Commit e948ec4

Browse files
authored
hopefully styled correctly!
1 parent 7d1ed60 commit e948ec4

4 files changed

Lines changed: 16 additions & 24 deletions

File tree

blog_posts/redefining-continuity.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8"/>
5-
<main style="width: 80%;max-width: 720px;margin:auto;">
5+
<link rel="stylesheet" href="styles.css">
66
<title>
77
A Better Way to Understand Continuity
88
</title>

index.html

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,34 @@
11
<!DOCTYPE html>
2-
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3-
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4-
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
5-
<!--[if gt IE 8]> <html class="no-js"> <![endif]-->
2+
63
<html>
74
<head>
8-
<main style="width: 40em;margin:auto">
9-
<meta charset="utsf-8">
10-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
115
<title>Fern Warwick's website</title>
126
<meta name="description" content="">
137
<meta name="viewport" content="width=device-width, initial-scale=1">
14-
<link rel="stylesheet" href="">
8+
<link rel="stylesheet" href="styles.css">
159
</head>
1610
<body>
17-
<!--[if lt IE 7]>
18-
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
19-
<![endif]-->
2011

2112
<center> <a href="https://imiqbal.com/">I M Iqbal</a> <- webring -> <a href="https://petitemare.github.io//">Trinity</a> </center>
2213

2314
<h1>Fern Warwick</h1>
2415

2516
<p>Hey there! My name's Fern (she/her). I'm a mathematics student studying at the University of Birmingham.</p>
26-
2717
<p>I am interested in researching Turing Machines and automata theory, set theory, as well as anything interesting in the world of maths!</p>
2818

2919
<p>I am currently working through the wonderful world of <a href="https://projecteuler.net/">Project Euler problems</a>. I've also started to learn R, and have started to take part in <a href="https://www.kaggle.com/">Kaggle competitions.</a></a> </p>
3020

3121
<p>Outside maths, I'm also a classical and jazz musician. I play trombone, bass trombone and organ, and I am a choral conductor and accompanist.</p>
3222

33-
<p>See the <a href="/notebooks/literature.html">Current literature</a> I am reading.</p>
34-
3523
<h2>Blog posts</h2>
36-
(24 April 2025) <a href="/blog_posts/redefining-continuity">A Better Way to Understand Continuity</a>
24+
<p>(24 April 2025) <a href="/blog_posts/redefining-continuity">A Better Way to Understand Continuity</a></p>
3725

3826
<h2>Papers</h2>
39-
(2025) <a href="/papers/paper.pdf">NP-Completeness and the Satisfiability Problem</a>
27+
<p>(2025) <a href="/papers/paper.pdf">NP-Completeness and the Satisfiability Problem</a></p>
4028

4129

4230
<h2>Fediverse</h2>
43-
<a href="https://mathstodon.xyz/@fernymcfernface" rel="me">Mastodon</a>
31+
<p><a href="https://mathstodon.xyz/@fernymcfernface">Mastodon</a></p>
4432

4533
<script src="" async defer></script>
4634
</body>

notebooks/literature.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55
<!--[if gt IE 8]> <html class="no-js"> <![endif]-->
66
<html>
77
<head>
8-
<main style="width: 80%;max-width: 720px;margin:auto;">
9-
<style>body, h1 {border-bottom:1px solid #eee}</style>
108
<meta charset="utsf-8">
119
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1210
<title>Fern Warwick's website</title>
1311
<meta name="description" content="">
1412
<meta name="viewport" content="width=device-width, initial-scale=1">
15-
<link rel="stylesheet" href="">
13+
<link rel="stylesheet" href="styles.css">
1614
</head>
1715
<body>
1816
<!--[if lt IE 7]>

styles.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
<head>
2-
<main style="width: 40em;margin:auto">
3-
</head>
1+
* {
2+
font-family: Palatino, Georgia, 'Times New Roman', Times, serif;
3+
background-color:#3CB371;
4+
width: 80%;
5+
margin:auto;
6+
margin-top: 10px;
7+
margin-bottom: 10px;
8+
h1 {border-bottom:1px solid #eee};
9+
}

0 commit comments

Comments
 (0)