Initial commit

This commit is contained in:
alexey
2025-02-17 17:21:56 +03:00
parent db1cc72b8c
commit 982ea3322c
22 changed files with 841 additions and 2 deletions

22
views/header.erb Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title><%= @page_name %></title>
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/Footer-Dark-icons.css">
</head>
<body>
<div class="container">
<div class="row text-center">
<div class="col-md-12 align-self-center" style="background: #b6cff4;border-radius: 13px;">
<h2 class="text-center" style="color: rgb(44,85,128);"><%= @page_name %></h2>
</div>
</div>
</div>
<div class="container">
<div style="padding-top: 45px;"></div>
</div>