startpage/source/index.blade.php
2018-10-18 22:01:53 +07:00

94 lines
2.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@extends('_layouts.master')
@section('body')
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Работа
</h1>
</div>
</div>
<div class="row">
<div class="col-md-4 portfolio-item">
<h3>
<a href="https://upwork.com">Upwork</a>
</h3>
</div>
<div class="col-md-4 portfolio-item">
<h3>
<a href="https://freelancer.com">Freelancer</a>
</h3>
</div>
<div class="col-md-4 portfolio-item">
<h3>
<a href="https://destrier.plentiful.shop">MantisBT</a>
</h3>
<p>Управление проектами</p>
</div>
</div>
<div class="row">
<div class="col-md-4 portfolio-item">
<h3>
<a href="https://github.com/issues/assigned">GitHub</a>
</h3>
<p>Задачи</p>
</div>
<div class="col-md-4 portfolio-item">
<h3>
<a href="https://trello.com">Trello</a>
</h3>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Разное
<small>В основном новости</small>
</h1>
</div>
</div>
<div class="row">
<div class="col-md-4 portfolio-item">
<h3>
<a href="https://netreader.oreolek.ru">Tiny Tiny RSS</a>
</h3>
<p>Сборник новостей</p>
</div>
<div class="col-md-4 portfolio-item">
</div>
<div class="col-md-4 portfolio-item">
<h3>
<a href="https://ideabin.oreolek.ru">
Вики
</a>
</h3>
<p>Собственные проекты (текстовые материалы)</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Интерактивная литература
<small></small>
</h1>
</div>
</div>
<div class="row">
<div class="col-md-4 portfolio-item">
<h3>
<a href="https://ifhub.club">Ифхаб</a>
</h3>
</div>
<div class="col-md-4 portfolio-item">
<h3>
<a href="http://ifiction.ru">Главная ifiction.ru</a>
</h3>
</div>
<div class="col-md-4 portfolio-item">
<h3>
<a href="http://ifwiki.ru">IFWiki.ru</a>
</h3>
</div>
</div>
</div>
@endsection