Initial commit
This commit is contained in:
22
views/header.erb
Normal file
22
views/header.erb
Normal 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>
|
||||
Reference in New Issue
Block a user