-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating content and adding small changes to pages
- updating content in [homepage.html][1] files for supporting - updated [about.html][2] content to consist of readme file content and updated [readme.md][3] file due to the fact one of the teammates has left minor changes in the main pages of the app closes #65
- Loading branch information
Showing
3 changed files
with
44 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 43 additions & 2 deletions
45
pickATrip_django_apps/templates/pickATrip_django_apps/about.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,47 @@ | ||
{% extends "pickATrip_django_apps/base.html"%} | ||
{% block content %} | ||
<h1>About page</h1> | ||
<h2>This page is a special web page where our visitors can learn more about us and the application</h2> | ||
<h1>About us</h1> | ||
<h1 id="picatrip">PicATrip</h1> | ||
<p><img src="https://user-images.githubusercontent.com/48455448/110465508-26ae0a80-80dd-11eb-8268-586b26a1e59e.png" alt="logo- picATrip"></p> | ||
<h3 id="-who-are-we-"><strong>Who are we?</strong></h3> | ||
<p> <strong>picATrip</strong> is a web platform for <strong>sharing experiences from <em>trips</em></strong> | ||
in a form of <strong>photos</strong> based on various parameters as:</p> | ||
|
||
<ul> | ||
<li>Location</li> | ||
<li>Duration time</li> | ||
<li><p>Difficulty</p> | ||
<h4 id="other-features-it-provides-">Other features It provides:</h4> | ||
</li> | ||
<li>A trip <strong>search functionality</strong> by areas</li> | ||
<li><p><strong>Commenting functionality</strong> for trips shared on the platform</p> | ||
<p> <strong>picATrip</strong> allows users to have the opportunity to <strong>contribute their trip experience</strong> and thoughts by | ||
<strong>pic</strong>king a picture of a <strong>trip</strong> shared on the platform, and by that <strong>learn about the trips</strong> | ||
which stands behind the pictures, and having the opportunity to <strong>share their thoughts</strong> and <strong>comment</strong> if they desire.</p> | ||
</li> | ||
</ul> | ||
<h3 id="why-using-us-">Why using us?</h3> | ||
<p> <strong>Have you ever heard of the phrase 'eating with the eyes'?</strong> well that's about it! we believe in outdoor lifestyle and trips, | ||
and we strive to promote and encourage people to share their experience of trips in a form of a photo, only then when a user had | ||
an interest in a trip picture, he would be capable of getting more information about the trip, and comment his thoughts about it. | ||
</p> | ||
<p> On days where we spending most of our time indoors, staring at screens, and being glued to our chair, whether it's as part of | ||
our studies, work, or as part of binging a series on the couch. | ||
We desire to change it and as wiser people have said- a photo worth a thousand words, | ||
then what's better than a thousand words to describe an experience of a trip. | ||
</p> | ||
<h3 id="still-not-convinced-">Still not convinced?</h3> | ||
<p> As my mom used to say to me as a picky eater- <em>" try first, and then we'll discuss it, what do you have to lose?"</em></p> | ||
<h2 id="tools-used-for-development">Tools used for Development</h2> | ||
|
||
<ul> | ||
<li><a href="https://www.vagrantup.com/">Vagrant</a> - a tool for using virtual machines to share development | ||
environments | ||
</li> | ||
<li><a href="https://github.com/pypa/pipenv">PipEnv</a> - a packaging tool for Python that solves some common problems associated with the typical workflow using pip, virtualenv, and the good old requirements | ||
</li> | ||
<li><a href="https://www.djangoproject.com/">Django</a> - a software framework for writing web applications using the Python programming language | ||
</li> | ||
</ul> | ||
{% endblock content %} | ||
|
3 changes: 1 addition & 2 deletions
3
pickATrip_django_apps/templates/pickATrip_django_apps/homepage.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters