diasporadiaries

a platform for writing stories with personal accounts and messages
git clone https://git.parazyd.org/diasporadiaries
Log | Files | Refs | Submodules | README | LICENSE

index.html (2730B)


      1 {% include 'header.html' %}
      2 
      3   <title>Home | Diaspora Diaries</title>
      4 
      5 {% include 'nav.html' %}
      6 
      7   <main role="main" class="container cover">
      8 
      9     <h1 class="cover-heading">Diaspora Diaries</h1>
     10     <hr>
     11 
     12     <p>This is a place where everyone that has an experience with living abroad
     13     can write down their story.<br>
     14     (City changers are also welcome)</p>
     15 
     16     <p class="lead">You can use your knowledge and the situations you have gone
     17     through to help someone with similar problems, everyday frustrations or just
     18     make them feel less alone.</p>
     19 
     20     <p class="lead">You can write about the reasons and background of your
     21     migration. After all, we are all just human beings in a search for peace and
     22     happiness.</p>
     23 
     24     <p class="lead">Let your fellow humans know they are surrounded with others
     25     of their kind. Make them feel less scared and lonely.</p>
     26 
     27     <p class="text-center">
     28       <a href="/write" class="btn btn-lg btn-secondary">GO AND WRITE DOWN YOUR
     29       STORY!</a>
     30     </p>
     31 
     32     <input class="burger-check" id="burger-check" type="checkbox">
     33     <label for="burger-check" class="burger">Read more...</label>
     34 
     35     <div class="readmore">
     36       <p class="lead">Nowadays, there are a lot of people migrating in a search
     37       for a better life. People are changing towns, cities, states and even
     38       continents in their quest for better surroundings. They are searching for
     39       a place where they can feel more at ease, chase their dreams or simply
     40       live their life.</p>
     41 
     42       <p class="lead">Moving to a place different from the one you were born in,
     43       accustomed to and familiar with is often a difficult and long process.
     44       Unique experience that can be filled with a lot of misunderstandings and
     45       dead ends, all of which lead to frustration and overwhelming feeling of
     46       loneliness.</p>
     47 
     48       <p class="lead">It is hard to walk through unknown streets filled with
     49       busy unfamiliar faces, signs, foreign languages, different climate and
     50       culture trying to get your foot in the door and organize your new life.
     51       Every community has its way of doing things, frequently, not so clearly
     52       explained. It is natural to feel lost and confused.</p>
     53 
     54       <p class="lead">Very often a person changing it’s environment has a fresh
     55       and highly perceptive regard towards new culture and corresponding
     56       customs.  They can spot a bizarre rule of conduct from miles ahead.
     57       Everyone of us has a story to tell, advise to give and experience to
     58       share. No one knows who you can help or amuse with your anecdotes.</p>
     59     </div>
     60 
     61     <hr>
     62     <h4>Recent stories</h4>
     63 
     64     {% include 'gallery.html' %}
     65 
     66   </main>
     67 
     68 {% include 'footer.html' %}