|
1 | 1 | <!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 | + |
6 | 3 | <html> |
7 | 4 | <head> |
8 | | - <main style="width: 40em;margin:auto"> |
9 | | - <meta charset="utsf-8"> |
10 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
11 | 5 | <title>Fern Warwick's website</title> |
12 | 6 | <meta name="description" content=""> |
13 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
14 | | - <link rel="stylesheet" href=""> |
| 8 | + <link rel="stylesheet" href="styles.css"> |
15 | 9 | </head> |
16 | 10 | <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]--> |
20 | 11 |
|
21 | 12 | <center> <a href="https://imiqbal.com/">I M Iqbal</a> <- webring -> <a href="https://petitemare.github.io//">Trinity</a> </center> |
22 | 13 |
|
23 | 14 | <h1>Fern Warwick</h1> |
24 | 15 |
|
25 | 16 | <p>Hey there! My name's Fern (she/her). I'm a mathematics student studying at the University of Birmingham.</p> |
26 | | - |
27 | 17 | <p>I am interested in researching Turing Machines and automata theory, set theory, as well as anything interesting in the world of maths!</p> |
28 | 18 |
|
29 | 19 | <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> |
30 | 20 |
|
31 | 21 | <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> |
32 | 22 |
|
33 | | -<p>See the <a href="/notebooks/literature.html">Current literature</a> I am reading.</p> |
34 | | - |
35 | 23 | <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> |
37 | 25 |
|
38 | 26 | <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> |
40 | 28 |
|
41 | 29 |
|
42 | 30 | <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> |
44 | 32 |
|
45 | 33 | <script src="" async defer></script> |
46 | 34 | </body> |
|
0 commit comments