From 551e0da71083bce10aac2cee00356a6b0fc5cd80 Mon Sep 17 00:00:00 2001 From: sdkdeepa Date: Sat, 13 Mar 2021 18:55:07 -0800 Subject: [PATCH] styles changed --- css/styles.css | 5 +++++ index.html | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/css/styles.css b/css/styles.css index cd1e758..33e7bf9 100755 --- a/css/styles.css +++ b/css/styles.css @@ -143,6 +143,11 @@ section { text-align: center; } +footer a{ + text-decoration: none; +} + + /* ---- Theme Rules ---- */ /* Landing Container Styles */ .landing__container { diff --git a/index.html b/index.html index c135208..54bd70f 100755 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

Personal Blog Website

I built a personal art blog website with three page navigations containing my personal art images, responsive layouts, and styling. Some of the considerations for this projects are appropriately structuring files, as well as use proper CSS and HTML formatting & style.

Core skills: Understand different use cases for CSS Grid and Flexbox, and structure the layout of a web page using grid columns and rows.

- Live site here!. + Live site here! @@ -68,9 +68,9 @@

Landing page

Weather Journal App

Created an asynchronous web app that uses Web API and user data to dynamically update the UI of the application.

-

Core skills: Set up Node and Express environment to develop this application locally to see how to handle HTTP Requests & Routes. +

Core skills: Set up Node and Express environment to develop this application locally first to see how to handle HTTP Requests & Routes. Updated and modified the elements dynamically using asynchronous function to retrieved data.

- Live site here!. + Live site here! @@ -81,11 +81,11 @@

Weather Journal App

Evaluate A News Article with Natural Language Processing

Built a web tool that allows users to run Natural Language Processing (NLP) on articles or blogs found on other websites.

-

Used webpack as a build tool for defining the entry point, loaders, plugins and mode to create a dependency graph for this application. +

Core skills: Used webpack as a build tool for defining the entry point, loaders, plugins and mode to create a dependency graph for this application. Node and express is used for the webserver and routing. The app has dev and prod environments, each with their own set of tools and commands. Core skills: Developed an understanding of how to use build tools, such as Webpack, for automating build tasks. Created CSS variables and configured Webpack with Sass controlled stylesheets. Learned how to cache server data and website functionality using Service Worker. -

Live site here!. +

Live site here! @@ -100,14 +100,14 @@

Capstone - travPlan App

using information obtained from external APIs. This project is completely build from scratch on vanilla javascript, working with objects and DOM elements to retrieve data from 3 different APIs (geonames, pixabay, and weatherbit). Finally, used Webpack environment, using an express server, and with service workers .

- Live site here!. + Live site here!
See Certificate