Pārlūkot izejas kodu

changed the name of the site

joel
Simon Bowie pirms 3 gadiem
vecāks
revīzija
660f4a021b
7 mainītis faili ar 8 papildinājumiem un 8 dzēšanām
  1. +2
    -2
      web/app/templates/base.html
  2. +1
    -1
      web/app/templates/create.html
  3. +1
    -1
      web/app/templates/index.html
  4. +1
    -1
      web/app/templates/login.html
  5. +1
    -1
      web/app/templates/profile.html
  6. +1
    -1
      web/app/templates/signup.html
  7. +1
    -1
      web/app/templates/test.html

+ 2
- 2
web/app/templates/base.html Parādīt failu

@@ -19,7 +19,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>COPIM online toolkit</title>
<title>ExPub Compendium</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="{{ url_for('static',filename='styles/custom.css') }}" rel="stylesheet">
@@ -33,7 +33,7 @@
<!-- Fixed navbar -->
<nav class="navbar navbar-expand-md navbar-light sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="{{ url_for('main.index')}}">COPIM online toolkit</a>
<a class="navbar-brand" href="{{ url_for('main.index')}}">ExPub Compendium</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>

+ 1
- 1
web/app/templates/create.html Parādīt failu

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends 'base.html' %}

{% block content %}
<h1>{% block title %} Add a New Tool, Example, or Practice {% endblock %}</h1>

+ 1
- 1
web/app/templates/index.html Parādīt failu

@@ -11,7 +11,7 @@
Essay title
</h1>
<p>
The UnBound Binds kit weaves some some ingredients for the making of experimental books into a non-linear how-to guide... <a href="">more</a>
The Experimental Publishing Compendium weaves some some ingredients for the making of experimental books into a non-linear how-to guide... <a href="">more</a>
</p>
<hr>
<p>

+ 1
- 1
web/app/templates/login.html Parādīt failu

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends 'base.html' %}

{% block content %}
<h1>{% block title %} Login {% endblock %}</h1>

+ 1
- 1
web/app/templates/profile.html Parādīt failu

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends 'base.html' %}

{% block content %}
<h1 class="title">

+ 1
- 1
web/app/templates/signup.html Parādīt failu

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends 'base.html' %}

{% block content %}
<h1>{% block title %} Sign Up {% endblock %}</h1>

+ 1
- 1
web/app/templates/test.html Parādīt failu

@@ -1,4 +1,4 @@
{% extends "base.html" %}
{% extends 'base.html' %}

{% block content %}
<style>

Notiek ielāde…
Atcelt
Saglabāt