Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

styles changed again #35

Merged
merged 1 commit into from
Mar 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 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><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>
<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><em>Core skills:</em>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><em>Core skills:</em>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><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.
<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 Down