changes to links about.jsx

This commit is contained in:
2017-01-19 21:17:57 -08:00
parent c02ea3bdba
commit 4f31065a3a
2 changed files with 5 additions and 5 deletions

View File

@@ -13,15 +13,15 @@ var About = (props) => {
<div>
<h1 className="text-center">About</h1>
<p>
This is a weather app build on React. <a href="https://github.com/Raghu-Ch/ReactWeather">ReactWeather</a> app was built as a part of complete React web app developer cource.
This is a weather app build on React. <a href="https://github.com/Raghu-Ch/ReactWeather" target="_blank">ReactWeather</a> app was built as a part of complete React web app developer cource.
</p>
<p>
Some of the tools i used for weather app:
</p>
<ul>
<li> <a href="https://facebook.github.io/react/">React</a> -A JavaScript framework by facebook.</li>
<li> <a href="https://openweathermap.org/">Open weather Map</a> -I used openweathermap API for serching weather based on city name</li>
<li> <a href="http://foundation.zurb.com/">Foundation</a> -I used foundation to get advanced responsive for front-end</li>
<li> <a href="https://facebook.github.io/react/" target="_blank">React</a> -A JavaScript framework by facebook.</li>
<li> <a href="https://openweathermap.org/" target="_blank">Open weather Map</a> -I used openweathermap API for serching weather based on city name</li>
<li> <a href="http://foundation.zurb.com/" target="_blank">Foundation</a> -I used foundation to get advanced responsive for front-end</li>
</ul>
</div>
);