Skip to content

Commit

Permalink
add example to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
lmeier committed Aug 15, 2019
1 parent 370633a commit ced55ea
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Binary file modified babylproject/__pycache__/settings.cpython-37.pyc
Binary file not shown.
5 changes: 5 additions & 0 deletions static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ html,body{

body {
height: 100%;
color: red;
}

a {
text-decoration: underline!important;
}

#wrap {
Expand Down
4 changes: 2 additions & 2 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<link href="https://fonts.googleapis.com/css?family=Montserrat|Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=B612|Montserrat:500|Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/simplemde/latest/simplemde.min.css">
<link rel="stylesheet" href="{% static 'css/custom.css' %}">
<link rel="stylesheet" href="{% static "css/bootstrap-lux.min.css" %}" />
{% block stylesheet %}{% endblock %} <!-- HERE -->
<link rel="stylesheet" href="{% static 'css/custom.css' %}">
{% block stylesheet %}{% endblock %} <!-- HERE -->
</head>
<div class="body">
<body>
Expand Down
3 changes: 2 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
Anything that you want to share
</li>
</ul>
<!-- <a href class="text-center" style="text-align: center"> See some examples here.</a> -->
<p> Want inspiration? Check out <u><a href="http://www.babyl.online/caminante-en-nueva-york/"> Caminante en Nueva York</a></u>, a series of short stories Josefina is sharing! </p>

<br />
<p class="h2text text-center" style="font-size:1.6rem">
Why the name Babyl.online?
Expand Down

0 comments on commit ced55ea

Please sign in to comment.