Skip to content

Commit

Permalink
Altered Home page and Projects Page
Browse files Browse the repository at this point in the history
  • Loading branch information
elvistony committed Mar 17, 2024
1 parent 1396408 commit f789193
Show file tree
Hide file tree
Showing 29 changed files with 246 additions and 43 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source "https://rubygems.org"
gemspec
gem "webrick", "~> 1.8"
gem 'wdm', '>= 0.1.0'
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ GEM
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
faraday (1.1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
ffi (1.15.5-x64-mingw32)
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.8.5)
Expand Down Expand Up @@ -60,7 +61,7 @@ GEM
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -80,6 +81,8 @@ GEM
rouge (3.24.0)
ruby2_keywords (0.0.2)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
ffi (~> 1.9)
sawyer (0.8.2)
Expand All @@ -88,15 +91,18 @@ GEM
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.7.0)
wdm (0.1.1)
webrick (1.8.1)

PLATFORMS
x64-mingw-ucrt
x64-mingw32

DEPENDENCIES
bundler
minimal-mistakes-jekyll!
rake (>= 12.3.3)
wdm (>= 0.1.0)
webrick (~> 1.8)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ minimal_mistakes_skin : "air" # "air", "aqua", "contrast", "dark", "dirt", "n
locale : "en-US"
title : "Elvis Tony"
title_separator : "|"
subtitle : "LVZ's Blog (v2.0)"
subtitle : "My Portfolio"
name : "Elvis Tony"
description : "Hello there! I'm a Python Developer who loves to ramble and work on creative projects!"
url : "https://elvistony.github.io/" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
Expand Down
2 changes: 1 addition & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
main:
- title: "Home"
url: /
- title: "Posts"
- title: "Blog"
url: /posts/
- title: "Projects"
url: /projects/
Expand Down
2 changes: 1 addition & 1 deletion _includes/feature_row
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
</div>
{% endfor %}

</div>
</div>
40 changes: 40 additions & 0 deletions _pages/home.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
layout: splash
permalink: /
header:
overlay_color: "#5e616c"
overlay_image: /assets/img/cloudy.svg
cta_label: "<i class='fa fa-projects'></i>My Projects"
cta_url: "https://elvistony.dev/projects/"
caption:
excerpt: 'Welcome to my Website!
<small> I am a Python Developer and a Lecturer. I enjoy working on hobby projects, Check out my Projects Portfolio below!</small><br /> {::nomarkdown}</br> <iframe src="https://ghbtns.com/github-btn.html?user=elvistony&type=follow&size=large" frameborder="0" scrolling="0" width="230" height="30" title="GitHub"></iframe></br> <a href="https://linkedin.elvistony.dev/"><img src="https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge&logo=linkedin&logoColor=white" alt="LinkedIn Badge"/></a> <a href="javascript:alert(`mail[at]elvistony.dev`)"><img src="https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white" alt="Gmail Link"/></a>{:/nomarkdown} '
feature_row:
- image_path: /assets/img/projects-banner.png
alt: "projects"
title: "My Projects"
excerpt: "All my hobby projects ranging from simple Javascript Projects to Python programs"
url: "/projects"
btn_label: "View Repository"
- image_path: /assets/img/resume-banner.png
alt: "resume link"
title: "My Resume"
excerpt: "My Background, Education and Work Experiences all in a single document!"
url: "https://resume.elvistony.dev"
btn_label: "View Resume"
- image_path: /assets/img/blog-banner.png
alt: "My Blog"
title: "My Blog"
excerpt: "Thoughts and Experiences with a little extra Rambling!"
url: "/posts/"
btn_label: "View Blog"
github:
- excerpt: '{::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=mmistakes&repo=minimal-mistakes&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>{:/nomarkdown}'
intro:
- excerpt: 'Contact me for projects on a contract, developer roles and Lecturing opportunities [<i class="fab fa-linkedin"></i> @elvis-tony](https://linkedin.elvistony.dev){: .btn .btn--linkedin}'
---


{% include feature_row id="intro" type="center" %}

{% include feature_row %}
13 changes: 0 additions & 13 deletions _posts/2023-01-20-multi-source-webscraping copy.md

This file was deleted.

5 changes: 3 additions & 2 deletions _posts/2023-08-11-university-and-chatgpt.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
title: Enhancing Research and Creativity | The Case for Allowing ChatGPT Usage in Universities
title: The Case for Allowing ChatGPT Usage in Universities
date: 2023-08-23
categories: Code
description: "An article highlighting the benefits of using ChatGPT responsibly in a university"
tags: AI Medium ChatGPT
tags: AI Medium ChatGPT University Education
intro: The Case for Allowing ChatGPT Usage in Universities
breadcrumbs: true
permalink : /posts/:categories/:title/
classes: wide
Expand Down
16 changes: 16 additions & 0 deletions assets/css/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,20 @@ a{
.comment{
padding: 1px 20px;
border-top: 10px solid rgb(167, 0, 67);
}

.btn-project{
background-color: #f78c6c;
font-weight: 600;
color: #f1f1f1 !important;
transition: 0.3s ease;
}

.btn-project:hover{
background-color: #f26f47;
color: #17202A !important;
}

.btn-project:visited{
color: #f1f1f1;
}
Binary file added assets/img/blog-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/img/cloudy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/home-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/img/moon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/img/paper.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/projects-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/projects/draw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/projects/eva-ha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/projects/family-tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/projects/greet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/projects/js-env.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/projects/kv-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/projects/ondot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/projects/timetable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/projects/web-scraping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/resume-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f789193

Please sign in to comment.