diff --git a/_pages/about.md b/_pages/about.md index 89456a3..6f661e7 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -21,6 +21,8 @@ social: true # includes social icons at the bottom of the page UNDER CONSTRUCTION WORK IN PROGRESS +Hi! I'm Chloe Ho, a senior at Barnard College studying computer science. My interests and passions include software engineering, research, education, and tech equity. I enjoy working with passionate teams on projects that promote public well-being and align with my values. I have previous experience working in software engineering, fintech, research, and teaching. + Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder. Put your address / P.O. box / other info right below your picture. You can also disable any of these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically. diff --git a/_pages/blog.md b/_pages/blog.md deleted file mode 100644 index a4ae821..0000000 --- a/_pages/blog.md +++ /dev/null @@ -1,190 +0,0 @@ ---- -layout: default -permalink: /blog/ -title: blog -nav: true -nav_order: 1 -pagination: - enabled: true - collection: posts - permalink: /page/:num/ - per_page: 5 - sort_field: date - sort_reverse: true - trail: - before: 1 # The number of links before the current page - after: 3 # The number of links after the current page ---- - -
- -{% assign blog_name_size = site.blog_name | size %} -{% assign blog_description_size = site.blog_description | size %} - -{% if blog_name_size > 0 or blog_description_size > 0 %} - -
-

{{ site.blog_name }}

-

{{ site.blog_description }}

-
- {% endif %} - -{% if site.display_tags or site.display_categories %} - -
- -
- {% endif %} - -{% assign featured_posts = site.posts | where: "featured", "true" %} -{% if featured_posts.size > 0 %} -
- - -
- -{% endif %} - - - -{% if page.pagination.enabled %} -{% include pagination.liquid %} -{% endif %} - -
diff --git a/_pages/profiles.md b/_pages/profiles.md deleted file mode 100644 index d7ca045..0000000 --- a/_pages/profiles.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: profiles -permalink: /people/ -title: people -description: members of the lab or group -nav: true -nav_order: 7 - -profiles: - # if you want to include more than one profile, just replicate the following block - # and create one content file for each profile inside _pages/ - - align: right - image: prof_pic.jpg - content: about_einstein.md - image_circular: false # crops the image to make it circular - more_info: > -

555 your office number

-

123 your address street

-

Your City, State 12345

- - align: left - image: prof_pic.jpg - content: about_einstein.md - image_circular: false # crops the image to make it circular - more_info: > -

555 your office number

-

123 your address street

-

Your City, State 12345

----