Skip to content

Commit

Permalink
styles changed
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkdeepa committed Mar 17, 2021
1 parent c1d25d7 commit aac9fc5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>Front End Web Developement</h1>
<h2> Personal Blog Website</h2>
<p>Designed and developed 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.</p>
<p><q>Core skills:</q>Understand different use cases for CSS Grid and Flexbox, and structure the layout of a web page using grid columns and rows.</p>
<p><em>Core skills:</em>Understand different use cases for CSS Grid and Flexbox, and structure the layout of a web page using grid columns and rows.</p>
<a class="project-link" href="https://deepa-art-blog.netlify.app/"target="_blank">Live site here!</a>
</div>
</section>
Expand All @@ -54,7 +54,7 @@ <h2> Personal Blog Website</h2>
<div class="landing__container">
<h2>Landing page</h2>
<p>This multi-section landing page is built with a dynamically updating navigational menu based on the amount of content that is added to the page.</p>
<p><q>Core skills:</q>Uses JavaScript to control a webpage using DOM to dictate page content and interactions.
<p><em>Core skills:</em>Uses JavaScript to control a webpage using DOM to dictate page content and interactions.
This project focuses on manipulating the DOM, Browser Events and managing website performance by controlling content creation efficiently.
</p>
<a class="project-link" href="https://deepa-frontendprojects.netlify.app"target="_blank">Viewing app currently!</a>
Expand All @@ -67,7 +67,7 @@ <h2>Landing page</h2>
<h2>Weather Journal App</h2>
<p>Created an asynchronous web app that uses Web API and user data to dynamically
update the UI of the application.</p>
<p><q>Core skills:</q>Set up Node and Express environment to develop this application locally first to see how to handle HTTP Requests & Routes.
<p><em>Core skills:</em>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.</p>
<a class="project-link" href="https://deepa-basic-weather-app.herokuapp.com/"target="_blank">Live site here!</a>

Expand All @@ -80,7 +80,7 @@ <h2>Weather Journal App</h2>
<h2>Evaluate A News Article with Natural Language Processing</h2>
<p>Built a web tool that allows users to run Natural Language Processing (NLP) on
articles or blogs found on other websites.</p>
<p><q>Core skills:</q>Used webpack as a build tool for defining the entry point, loaders, plugins and mode to create a dependency graph for this application.
<p><em>Core skills:</em>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.
</p> <a class="project-link" href="https://deepa-nlp-app.herokuapp.com/"target="_blank">Live site here!</a>
</div>
Expand All @@ -91,7 +91,7 @@ <h2>Evaluate A News Article with Natural Language Processing</h2>
<div class="landing__container">
<h2>travPlan App</h2>
<p>Developed a travel planner application called `travPlan`. This application adds, saving and deleting travel plans.
<p> Core skills: This application focuses on all things learned during this course.
<p><em>Core skills:</em> This application focuses on all things learned during this course.
travPlan app gets input of the location and date from the user, and displays weather and an image of the location
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).
Expand Down

0 comments on commit aac9fc5

Please sign in to comment.