SentiSocial / frontend

Graphing sentiment analysis of current Twitter trends and relevant news aggregation
https://senti.social
MIT License
11 stars 3 forks source link

About Page #40

Closed omarchehab98 closed 7 years ago

omarchehab98 commented 7 years ago

What should it include? Let's discuss this here

omarchehab98 commented 7 years ago
<div class="about container">

<h1 class="about--brand">
<span class="about--brand-green">Senti</span><span class="about--brand-red">Social</span>
</h1>

<p class="about--description">SentiSocial is an open source social media sentiment analysis and news aggregation website. We follow trending topics and analyze tweets for their sentiment.</p>

<p class="about--description">All code is available on <a href="https://github.com/SentiSocial">github.com/SentiSocial</a> under the MIT License.</p>

<p class="about--description" style="
    display: flex;
">
<a href="https://github.com/dennistdev" target="_blank" style="
    flex-grow: 1;
">
  <img src="https://github.com/dennistdev.png" style="
    border: 3px solid #8dd97f;
    border-radius: 50%;
    max-width: 48px;
    margin: 0 auto;
    display: block;
">
  </a><a href="https://github.com/suchahassle" target="_blank" style="
    flex-grow: 1;
">
  <img src="https://github.com/suchahassle.png" style="
    border: 3px solid #8dd97f;
    border-radius: 50%;
    max-width: 48px;
    margin: 0 auto;
    display: block;
">
  </a>
  <a href="https://github.com/omarchehab98" target="_blank" style="
    flex-grow: 1;
">
  <img src="https://github.com/omarchehab98.png" style="
    border: 3px solid #8dd97f;
    border-radius: 50%;
    max-width: 48px;
    margin: 0 auto;
    display: block;
">
  </a>
  <a href="https://github.com/gunshippenguin" target="_blank" style="
    flex-grow: 1;
">
  <img src="https://github.com/gunshippenguin.png" style="
    border: 3px solid #8dd97f;
    border-radius: 50%;
    max-width: 48px;
    margin: 0 auto;
    display: block;
">
  </a>
</p></div>