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

style chanes #30

Merged
merged 2 commits into from
Mar 14, 2021
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,11 @@ section {
text-align: center;
}

footer a{
text-decoration: none;
}


/* ---- Theme Rules ---- */
/* Landing Container Styles */
.landing__container {
Expand Down
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2> Personal Blog Website</h2>
<p>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.</p>
<p> Core skills: 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>
<a class="project-link" href="https://deepa-art-blog.netlify.app/"target="_blank">Live site here!</a>
</div>
</section>

Expand All @@ -68,9 +68,9 @@ <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>Core skills: Set up Node and Express environment to develop this application locally to see how to handle HTTP Requests & Routes.
<p>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.</p>
<a class="project-link" href="https://deepa-basic-weather-app.herokuapp.com/"target="_blank">Live site here!.</a>
<a class="project-link" href="https://deepa-basic-weather-app.herokuapp.com/"target="_blank">Live site here!</a>

</div>
</section>
Expand All @@ -81,11 +81,11 @@ <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> Used webpack as a build tool for defining the entry point, loaders, plugins and mode to create a dependency graph for this application.
<p> 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.
</p> <a class="project-link" href="https://deepa-nlp-app.herokuapp.com/"target="_blank">Live site here!.</a>
</p> <a class="project-link" href="https://deepa-nlp-app.herokuapp.com/"target="_blank">Live site here!</a>
</div>
</section>

Expand All @@ -100,14 +100,14 @@ <h2>Capstone - travPlan App</h2>
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 .</p>
<a class="project-link" href="https://deepa-travplan.herokuapp.com/"target="_blank">Live site here!.</a>
<a class="project-link" href="https://deepa-travplan.herokuapp.com/"target="_blank">Live site here!</a>
<br>
<a href="fend.pdf" title="Certificate" class="btn" target="_blank"> See Certificate </a>
</div>
</section>
</main>
<footer class="page__footer">
<p>&copy Deepa Subramanian</p>
<p><a href="https://github.com/sdkdeepa/">Deepa Subramanian </a></p>
</footer>
<script src="js/app.js"></script>
</body>
Expand Down