diff options
Diffstat (limited to 'includes/friends')
-rw-r--r-- | includes/friends/home.php | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/includes/friends/home.php b/includes/friends/home.php new file mode 100644 index 0000000..4777f22 --- /dev/null +++ b/includes/friends/home.php @@ -0,0 +1,67 @@ +<div class="card-group"> + <div class="card"> + <div class="card-body"> + <h5 class="card-title">Retsuno</h5> + <h6 class="card-subtitle mb-2 text-muted"> </h6> + <p>We met by chance on Reddit and now we're best friends. Was the first furry I talked to after <i>really</i> joining the fandom (yes, at 1 AM).</p> + </div> + </div> + <div class="card"> + <div class="card-body"> + <h5 class="card-title">Mylo</h5> + <h6 class="card-subtitle mb-2 text-muted">@FENNECPARTY</h6> + <p>His photos are great, and the person behind them is awesome.</p> + <a href="https://twitter.com/fennecparty" target="_blank" class="btn btn-primary">Twitter</a> + </div> + </div> + <div class="card"> + <div class="card-body"> + <h5 class="card-title">Fleur</h5> + <h6 class="card-subtitle mb-2 text-muted">@Fleurfurr</h6> + <p>(Somehow we're friends on Discord, don't remember sending you a request... ^^) His art is good and with little details everywhere!</p> + <a href="https://twitter.com/Fleurfurr" target="_blank" class="btn btn-primary">Twitter</a> + </div> + </div> + <div class="card"> + <div class="card-body"> + <h5 class="card-title">Ayann</h5> + <h6 class="card-subtitle mb-2 text-muted">@ayann_fr</h6> + <p>Helped me keep all this up with mental fuel! Probably won't be there without him.</p> + <a href="https://twitter.com/ayann_fr" target="_blank" class="btn btn-primary">Twitter</a> + </div> + </div> +</div> +<div class="card-group"> + <div class="card"> + <div class="card-body"> + <h5 class="card-title">Wishdream</h5> + <h6 class="card-subtitle mb-2 text-muted">@WishdreamStar</h6> + <p>Probably knows Linux as much as I know it. Very fun and interesting to talk to each other, and also very great art.</p> + <a href="https://twitter.com/WishdreamStar" target="_blank" class="btn btn-primary">Twitter</a> + </div> + </div> + <div class="card"> + <div class="card-body"> + <h5 class="card-title">Brabbit</h5> + <h6 class="card-subtitle mb-2 text-muted">@TalkingTadPol</h6> + <p>We mutually supported each other during hard times without even knowing each other. What an amazing story!</p> + <a href="https://twitter.com/TalkingTadPol" target="_blank" class="btn btn-primary">Twitter</a> + </div> + </div> + <div class="card"> + <div class="card-body"> + <h5 class="card-title">fiddle</h5> + <h6 class="card-subtitle mb-2 text-muted">@fiddleafox</h6> + <p>We are friends. Or are we? Who knows... We talked about <a href="/creations/dev/kartik">Kartik</a> a while back so maybe yes.</p> + <a href="https://twitter.com/TalkingTadPol" target="_blank" class="btn btn-primary">Twitter</a> + </div> + </div> + <div class="card"> + <div class="card-body"> + <h5 class="card-title">russelbuck</h5> + <h6 class="card-subtitle mb-2 text-muted">@russelbuck</h6> + <p>Meaningful music that I enjoy listening to. I did a cover of <a href="/creations/video/gyrate-with-obliqueness">Gyrate with Obliqueness</a> from them.</p> + <a href="https://twitter.com/russelbuck" target="_blank" class="btn btn-primary">Twitter</a> + </div> + </div> +</div>
\ No newline at end of file |