Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/css/filters_styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.filters-list li {
min-height: 30px;
min-width: 150px;
padding: 5px 25px;
list-style: none;
display: inline-block;
border: 1px solid grey;
border-radius: 3px;
background: orange;
font-size: 1.5em;
}
20 changes: 20 additions & 0 deletions src/filters.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head lang='en'>
<meta charset='UTF-8'>

<link rel="stylesheet" href="./css/filters_styles.css">

</head>
<body>
<div class='filters-block'>
<ul class='filters-list'>
<li>eventtag1</li>
<li>eventtag2</li>
<li>eventtag3</li>
<li>eventtag4</li>
<li>eventtag5</li>
</ul>
</div>
</body>
</html>
20 changes: 20 additions & 0 deletions src/filters.html~
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
<head lang='en'>
<meta charset='UTF-8'>

<link rel="stylesheet" href="/css/filters_styles.css">

</head>
<body>
<div class='filters-block'>
<ul class='filters-list'>
<li>eventtag1</li>
<li>eventtag2</li>
<li>eventtag3</li>
<li>eventtag4</li>
<li>eventtag5</li>
</ul>
</div>
</body>
</html>
14 changes: 14 additions & 0 deletions views/calendar.jade
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,17 @@ extends layout
block content
h1= title
p Welcome to #{title}

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

useless misslocation

doctype html
html
head(lang='en')
meta(charset='UTF-8')
link(rel='stylesheet', href='../src/css/filters_styles.css')
body
.filters-block
ul.filters-list
li eventtag1
li eventtag2
li eventtag3
li eventtag4
li eventtag5
5 changes: 5 additions & 0 deletions views/calendar.jade~
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
extends layout

block content
h1= title
p Welcome to #{title}