Skip to content

Personal Web-Site specially implemented for CS50's Final Project

Notifications You must be signed in to change notification settings

sean-ias/personal-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title: My Personal Website

Description:

  • For my CS50 Final Project, I implemented my personal web site, where you can find short info about me, as well as checkout my resume, blogs, and social media accounts to contact me!
  • To start with in the folder named "project", created folders for user-friendly navigation of files where there are "/files, /img, /css" folders and three ".html" files. Infiles, I have uploaded my resume to be able to show it in my website. In img, I have uploaded 2 photos of mine, as well as some other trial logos and one primary logo of my website. In css folder you can see three .css files "main.css" for index.html, "blog.css" for blog.html, and "contact.css" for contact.html.
  • Talking about main file which is index.html, it is responsible for holding home page. I included important bootstrap links and css link file. Then, built navigation bar at the top of my page, where you can go to Resume, Blogs, and Contact me pages! There is also my website logo in it. I used paragraphs and headers to write something about me, while also inputting my image. To implement, cool looking, and auto-typing welcome, I inserted JavaScript, and linked scripts (JQuery first, then Popper.js, then Bootstrap JS). I used JS array to write down my strings, and with script giving some attirbutes like type spped, loop, completed it. Talking about main.css, I mostly decorized my buttons, and "jumbotron" classed div.
  • Talking about blogs file which is blog.html, it is responsible for holding blogs page. I included important bootstrap links and css link file. Then, built navigation bar at the top of my page, where you can go to Resume, Blogs, and Contact me pages! There is also my website logo in it. Especially I used "div" keywords with bootstrap's built in "card" class to build cards and shadowing them with css, the blogs is lightweight. Its css stylesheet which is blog.css mostly cares about the style of divs which is firsly "row" class, "columen" class, and "card" class.
  • Talking about contacts file which is contact.html, it is responsible for holding contacts page. I included important bootstrap links and css link file. Then, built navigation bar at the top of my page, where you can go to Resume, Blogs, and Contact me pages! There is also my website logo in it. Especially I used "a" link keywords with bootstrap's built in social media link classes to show my social medias with great design. I also built form action as well where you can input your name, email, text. It is in the lightweight version! Talking about its css file which is contact.html I mostly cared about and desgined "input" what happens when we hover over it, "button", and bootstrap built social media classes ".fa" / ".fa-youtube" e.g.

About

Personal Web-Site specially implemented for CS50's Final Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published