Skip to content

Commit

Permalink
added "target="_blank" for all the project links
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkdeepa committed Mar 12, 2021
1 parent 6848e2c commit 7fc3a75
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 @@ -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> 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/"> Click here to
<a class="project-link" href="https://deepa-art-blog.netlify.app/"target="_blank"></a>> Click here to
see the project.</a>
</div>
</section>
Expand All @@ -61,7 +61,7 @@ <h2>Landing page</h2>
This project focuses on manipulating the DOM. The functionality serves two purposes. Firstly, append dynamically added data to the DOM, and to show you how
javascript can improve the usability of an otherwise static site.
</p>
<a class="project-link" href="https://deepa-frontendprojects.netlify.app"> Veiwing this
<a class="project-link" href="https://deepa-frontendprojects.netlify.app"target="_blank"></a>> Veiwing this
project.</a>
</div>
</section>
Expand All @@ -74,7 +74,7 @@ <h2>Weather Journal App</h2>
update the UI in a Weather Journal application.</p>
<p>Set up a Node and Express environment so you can develop web applications on your local machine, and learn to handle HTTP Requests & Routes.
Update and modify website elements dynamically using asynchronously retrieved data.</p>
<a class="project-link" href="https://deepa-basic-weather-app.herokuapp.com/">Click here to see
<a class="project-link" href="https://deepa-basic-weather-app.herokuapp.com/"target="_blank"> Click here to see
the project.</a>

</div>
Expand All @@ -90,7 +90,7 @@ <h2>Evaluate A News Article with Natural Language Processing</h2>
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: Develop an understanding of how to use build tools, such as Webpack, for automating build tasks. Create CSS variables with Sass and configure Webpack to use Sass controlled stylesheets.
Learn how to cache server data and website functionality using Service Worker.
</p> <a class="project-link" href="https://deepa-nlp-app.herokuapp.com/">Click here to see the project.</a>
</p> <a class="project-link" href="https://deepa-nlp-app.herokuapp.com/"target="_blank"></a>>Click here to see the project.</a>
</div>
</section>

Expand All @@ -105,7 +105,7 @@ <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://github.com/sdkdeepa/Udacity-FEND-capstone-project">Click here to see
<a class="project-link" href="https://github.com/sdkdeepa/Udacity-FEND-capstone-project"target="_blank"></a>">Click here to see
the project.</a>
<br>
<a href="fend.pdf" title="Certificate" class="btn"> See Certificate </a>
Expand Down

0 comments on commit 7fc3a75

Please sign in to comment.