Skip to content

Commit

Permalink
Personalizacion
Browse files Browse the repository at this point in the history
- Cambio de color de texto.
- Eliminación de carpetas no necesarias.
  • Loading branch information
eguar11011 committed Jun 27, 2023
1 parent 50cccee commit a78dc11
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 95 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# -----------------------------------------------------------------------------

title: blank # the website title (if blank, full name will be used instead)
first_name: Eduards
middle_name: Alexis
last_name: Mendez Chiptatecua
first_name: Eduards
middle_name: A.
last_name: Chiptatecua
email: emendezc@unal.edu.co
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.
Expand Down
17 changes: 6 additions & 11 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,20 @@
layout: about
title: about
permalink: /
subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Moto. Etc.
subtitle: Computer Science - Univesidad Nacional de Colombia

profile:
align: right
image: prof_pic.jpg
image_circular: false # crops the image to make it circular
address: >
<p>555 your office number</p>
<p>123 your address street</p>
<p>Your City, State 12345</p>


news: true # includes a list of news items

news: false # includes a list of news items
latest_posts: true # includes a list of the newest posts
selected_papers: true # includes a list of papers marked as "selected={true}"
selected_papers: false # includes a list of papers marked as "selected={true}"
social: true # includes social icons at the bottom of the page
---
Las ciencias de la computación y las matemáticas son campos fascinantes y profundamente interconectados. La ciencia de la computación explora los fundamentos teóricos y prácticos de cómo las computadoras resuelven problemas y procesan información, mientras que las matemáticas proporcionan el lenguaje y las herramientas para comprender y modelar fenómenos complejos. Lo interesante de estas disciplinas radica en su capacidad para desafiar nuestra forma de pensar, fomentar la creatividad y abrir nuevas posibilidades. Tanto la ciencia de la computación como las matemáticas son campos en constante evolución, donde los avances tecnológicos y los nuevos descubrimientos teóricos impulsan el progreso y ofrecen oportunidades emocionantes para innovar y mejorar nuestro mundo. [Texto del enlace](URL del enlace)

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.
8 changes: 0 additions & 8 deletions _pages/cv.md

This file was deleted.

13 changes: 0 additions & 13 deletions _pages/dropdown.md

This file was deleted.

14 changes: 0 additions & 14 deletions _pages/publications.md

This file was deleted.

44 changes: 0 additions & 44 deletions _pages/repositories.md

This file was deleted.

4 changes: 2 additions & 2 deletions _sass/_themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
--global-code-bg-color: #{$code-bg-color-light};
--global-text-color: #{$black-color};
--global-text-color-light: #{$grey-color};
--global-theme-color: #{$purple-color};
--global-hover-color: #{$purple-color};
--global-theme-color: #359469;
--global-hover-color: #359469;
--global-hover-text-color: #{$white-color};
--global-footer-bg-color: #{$grey-color-dark};
--global-footer-text-color: #{$grey-color-light};
Expand Down

0 comments on commit a78dc11

Please sign in to comment.