Skip to content

Commit

Permalink
FEAT: New about page
Browse files Browse the repository at this point in the history
  • Loading branch information
daquintero committed Aug 2, 2023
1 parent de4ba45 commit 2b1da77
Show file tree
Hide file tree
Showing 30 changed files with 42 additions and 214 deletions.
25 changes: 0 additions & 25 deletions CONTRIBUTING.md

This file was deleted.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# My Personal Website

TODO update Linkedin profile to update to JsonResume and include here.
Blog posts on my older projects
List of courses I have taken
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Site settings
# -----------------------------------------------------------------------------

title: blank # the website title (if blank, full name will be used instead)
title: Hi! My name is Dario # the website title (if blank, full name will be used instead)
first_name: Dario
middle_name: A.
middle_name: Antonio
last_name: Quintero Dominguez
email: darioaquintero[at]gmail[dot]com
email: darioaquintero [ at ] gmail [ dot ] com
description: > # the ">" symbol means to ignore newlines until "footer_text:"
A simple, whitespace theme for academics. Based on [*folio](https://github.com/bogoli/-folio) design.
footer_text:
Expand Down Expand Up @@ -42,7 +42,7 @@ repo_trophies:
# will use title and url fields
# Take a look to https://github.com/jekyll/jekyll-feed for more customization

rss_icon: true
rss_icon: false

# -----------------------------------------------------------------------------
# Layout
Expand All @@ -52,7 +52,7 @@ navbar_fixed: true
footer_fixed: true

# Dimensions
max_width: 800px
max_width: 1000px

# TODO: add layout settings (single page vs. multi-page)

Expand Down
21 changes: 14 additions & 7 deletions _layouts/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@
---

<!-- about.html -->
<div class="post">
<header class="post-header">
<h1 class="post-title">
{% if site.title == "blank" -%}<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }} {{ site.last_name }}{%- else -%}{{ site.title }}{%- endif %}
</h1>
<p class="desc">{{ page.subtitle }}</p>
</header>
<div class="post aboutpost">

<article>

{% if page.profile -%}
<div class="profile float-{%- if page.profile.align == 'left' -%}left{%- else -%}right{%- endif -%}">

{%- if page.profile.image %}
{%- assign profile_image_path = page.profile.image | prepend: 'assets/img/' -%}

Expand All @@ -38,6 +34,17 @@ <h1 class="post-title">
{%- endif %}

<div class="clearfix">

<header class="post-header aboutgreeting">
<h1 class="post-title">
<span class="">Hey, nice to meet you!</span>
</h1>
<br>
<h2>
I am <span class="font-weight-bold">Darío Quintero Domínguez</span>
</h2>
<p class="desc">{{ page.subtitle }}</p>
</header>
{{ content }}
</div>

Expand Down
8 changes: 2 additions & 6 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: /

profile:
align: right
image: prof_pic.jpg
image: profile.jpeg
image_circular: false # crops the image to make it circular

news: false # includes a list of news items
Expand All @@ -15,8 +15,4 @@ selected_papers: false # includes a list of papers marked as "selected={true}"
social: true # includes social icons at the bottom of the page
---

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.

Link to your social media connections, too. This theme is set up to use [Font Awesome icons](http://fortawesome.github.io/Font-Awesome/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.
Bear with me that I am still working on this site.
2 changes: 1 addition & 1 deletion _pages/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: page
permalink: /repositories/
title: Open-Source
description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
description:
nav: true
nav_order: 3
---
Expand Down
21 changes: 17 additions & 4 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,17 @@ blockquote {
}

.profile.float-right {
margin-left: 1rem;
margin-left: 4rem;
}

.profile.float-left {
margin-right: 1rem;
margin-right: 4rem;
}

@media (min-width: 576px) {
.profile {
width: 30%;
width: 40%;
height: 100%;

.address {
p {
Expand All @@ -163,7 +164,6 @@ blockquote {
}
}


// Navbar customization

.navbar {
Expand Down Expand Up @@ -1037,3 +1037,16 @@ nav[data-toggle="toc"] {
padding-top: 0.5rem;
}
}

// About

.aboutgreeting {
padding-bottom: 2rem;
text-align: left;
}

.aboutpost {
padding-top: 2rem;
padding-bottom: 2rem;
}

Binary file removed assets/audio/epicaly-short-113909.mp3
Binary file not shown.
7 changes: 0 additions & 7 deletions assets/bibliography/2018-12-22-distill.bib

This file was deleted.

Binary file removed assets/img/1.jpg
Binary file not shown.
Binary file removed assets/img/10.jpg
Binary file not shown.
Binary file removed assets/img/11.jpg
Binary file not shown.
Binary file removed assets/img/12.jpg
Binary file not shown.
Binary file removed assets/img/2.jpg
Binary file not shown.
Binary file removed assets/img/3.jpg
Binary file not shown.
Binary file removed assets/img/4.jpg
Binary file not shown.
Binary file removed assets/img/5.jpg
Binary file not shown.
Binary file removed assets/img/6.jpg
Binary file not shown.
Binary file removed assets/img/7.jpg
Binary file not shown.
Binary file removed assets/img/8.jpg
Binary file not shown.
Binary file removed assets/img/9.jpg
Binary file not shown.
Binary file removed assets/img/al-folio-preview.png
Binary file not shown.
Binary file removed assets/img/code-screenshot.png
Binary file not shown.
Binary file removed assets/img/distill-screenshot.png
Binary file not shown.
Binary file removed assets/img/math-screenshot.png
Binary file not shown.
159 changes: 0 additions & 159 deletions assets/img/pagespeed.svg

This file was deleted.

Binary file removed assets/img/photos-screenshot.png
Binary file not shown.
Binary file removed assets/img/prof_pic.jpg
Binary file not shown.
Binary file added assets/img/profile.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 2b1da77

Please sign in to comment.