@extends('layouts.app')

@section('title', 'Gitbit - mthy.dev')

@section('content')
<div class="content">
    <a href="/projects" class="back-link">&larr; Back to projects</a>
    <h1 class="page-title">Gitbit</h1>
    <p class="subtitle">An ad-hoc Git repository provider. Generate a repository with a single credential. Quickly commit, push and share any codebase. </p>
    <img src="/images/project2.png" alt="Gitbit screenshot" class="screenshot">
    <a href="https://gitbit.mthy.dev/" target="_blank" rel="noopener" class="visit-btn">Visit Gitbit &rarr;</a>
</div>
@endsection