aboutsummaryrefslogtreecommitdiff
path: root/views/index.ejs
blob: 9db902a3410b5ddcb424f090179968b5dc54f2a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<%- include('partials/header.ejs') %> <%- include('partials/sidebar.ejs') %>
<div class="main">
  <div class="alert">
    <h1 class="center">That Computer Scientist</h1>
    <p>
      Welcome to the home of That Computer Scientist. This is my personal
      website where I share all of my thoughts, ideas, and experiences. To know
      more about me, please visit my <a href="/about">About</a> page. If you
      would like to connect with me, please visit my
      <a href="/contact">Contact</a> page. Please use the sidebar to navigate
      the site.
    </p>
  </div>
  <br>
  <div class="alert" style="background-color: rgb(223, 255, 243)">
    <p>
      This website is a work in progress. I am currently working on adding more features to this website. I aim to build a retro looking personal website, where I will share my articles and Ideas, which will be built entirely around the idea of "collaborative writing" — where anyone can write new articles or edit existing ones.
    </p>
  </div>
  <section>
    <h2>Recent Posts</h2>
  </section>
</div>

<%- include('partials/footer.ejs') %>