Spaces:
Running
Running
Design a website to showcase my Philosophy and Social Science writings, blogposts & articles.
6b588fa verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Philosophical Writings | About</title> | |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css"> | |
| <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=EB+Garamond:400,400i,700|Open+Sans:400,700"> | |
| <style> | |
| body { | |
| font-family: 'EB Garamond', serif; | |
| line-height: 1.6; | |
| color: #333; | |
| max-width: 900px; | |
| margin: 0 auto; | |
| padding: 0 1rem; | |
| } | |
| h1, h2, h3, h4, h5, h6 { | |
| font-family: 'Open Sans', sans-serif; | |
| font-weight: 700; | |
| } | |
| header { | |
| border-bottom: 1px solid #eee; | |
| margin-bottom: 2rem; | |
| padding: 2rem 0; | |
| } | |
| nav { | |
| margin: 1rem 0; | |
| } | |
| nav a { | |
| margin-right: 1rem; | |
| text-decoration: none; | |
| color: #333; | |
| } | |
| footer { | |
| margin-top: 3rem; | |
| padding: 1rem 0; | |
| border-top: 1px solid #eee; | |
| font-size: 0.9rem; | |
| color: #666; | |
| } | |
| .cv-download { | |
| margin: 2rem 0; | |
| padding: 1rem; | |
| background: #f5f5f5; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <header> | |
| <h1>About</h1> | |
| <nav> | |
| <a href="index.html">Home</a> | |
| <a href="writings.html">Portfolio</a> | |
| <a href="about.html">About</a> | |
| <a href="contact.html">Contact</a> | |
| </nav> | |
| </header> | |
| <main> | |
| <section> | |
| <h2>Academic Background</h2> | |
| <p>I hold a Ph.D. in Philosophy from [University Name], with a specialization in [Specialization]. My research focuses on the intersection of [Field 1] and [Field 2], particularly examining [Specific Topic].</p> | |
| </section> | |
| <section> | |
| <h2>Research Interests</h2> | |
| <ul> | |
| <li>Ethical theory and applied ethics</li> | |
| <li>Political philosophy and social justice</li> | |
| <li>Social epistemology and the philosophy of science</li> | |
| <li>Critical theory and postmodernism</li> | |
| </ul> | |
| </section> | |
| <section> | |
| <h2>Professional Experience</h2> | |
| <p>I have taught philosophy and social theory at several institutions, including [Institution 1] and [Institution 2]. My professional work includes both academic research and public philosophy aimed at broader audiences.</p> | |
| </section> | |
| <div class="cv-download"> | |
| <h3>Curriculum Vitae</h3> | |
| <p>A complete academic CV is available for download:</p> | |
| <a href="#" download="cv.pdf">Download CV (PDF)</a> | |
| </div> | |
| </main> | |
| <footer> | |
| <p>© 2023 Philosophical Writings. All rights reserved.</p> | |
| </footer> | |
| </body> | |
| </html> |