-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
18 lines (17 loc) · 1.18 KB
/
about.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php include "header.php"; ?>
<div class="container-fluid">
<div class="row-fluid">
<div class="span12 hero-unit">
<h2>Insta'Даг - Дагестанская instagram галерея. </h2>
<p>Галерея основана на известном сервисе Instagram. Здесь будут собраны все фотографии относящиеся к Дагестану. <br> Код сайта на <a href="http://php.net/">PHP</a>. Для диайна используется фронтэнд фреймворк <a href="http://bootstrap-ru.com/">Twitter Bootstrap</a>.</p>
<p>Написано студентом 2-го курса ФИиТ ДГУ</a>
<address>
<strong>Мои контакты:</strong><br>
<i class="icon-book"> </i><a href="http://mrzizik.github.io"> mrzizik.github.io - мой блог</a><br>
<i class="icon-envelope"> </i><a href="mailto:[email protected]"> [email protected]</a><br>
<i class="icon-github"> </i><a href="https://github.com/mrZizik"> Я на github.com</a><br>
<i class="icon-bold"> </i><a href="http://vk.com/abdulmadjidov_ali"> Я вконтакте</a><br>
</address>
</div>
</div>
</div>