aboutsummaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-16 00:44:47 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-16 00:44:47 -0400
commitbe5c14ffa4b10e1586b68f94669093146df9d452 (patch)
tree26e73b126d291e84df7d4289acf65286e0a6a81f /.idea
parentb0411efcf2459566888abf34c7524d67fb3add54 (diff)
downloadalp-website-be5c14ffa4b10e1586b68f94669093146df9d452.tar.gz
alp-website-be5c14ffa4b10e1586b68f94669093146df9d452.tar.bz2
alp-website-be5c14ffa4b10e1586b68f94669093146df9d452.zip
Added transitions, community rules, git projects and etc
Diffstat (limited to '.idea')
-rw-r--r--.idea/fileTemplates/EJS - Alee Productions.ejs5
-rw-r--r--.idea/watcherTasks.xml4
2 files changed, 8 insertions, 1 deletions
diff --git a/.idea/fileTemplates/EJS - Alee Productions.ejs b/.idea/fileTemplates/EJS - Alee Productions.ejs
index dd0d052..8bb745c 100644
--- a/.idea/fileTemplates/EJS - Alee Productions.ejs
+++ b/.idea/fileTemplates/EJS - Alee Productions.ejs
@@ -5,13 +5,16 @@
<% include ./includes/header %>
</head>
-<body>
+<body class="dark">
<% include ./includes/navbar %>
+ <div class="animsition">
<div class="jumbotron special-color">
<h2 class="display-4">Title</h2>
<p class="lead">Description.</p>
</div>
+ <% include ./includes/scripts %>
<% include ./includes/footer %>
+ </div>
</body>
</html> \ No newline at end of file
diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml
new file mode 100644
index 0000000..fb0d65a
--- /dev/null
+++ b/.idea/watcherTasks.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectTasksOptions" suppressed-tasks="SCSS" />
+</project> \ No newline at end of file