Prtksxna has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/136028

Change subject: Create DMCA page
......................................................................

Create DMCA page

Change-Id: Ibb5f41afe3a568d74537de508a8350d138625a05
---
M config.rb
A source/dmca.html.erb
M source/index.html.erb
M source/layouts/layout.erb
4 files changed, 15 insertions(+), 19 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/TransparencyReport 
refs/changes/28/136028/1

diff --git a/config.rb b/config.rb
index 8ea1058..d74be26 100644
--- a/config.rb
+++ b/config.rb
@@ -47,10 +47,10 @@
 #   end
 # end
 
+activate :directory_indexes
+
 set :css_dir, 'stylesheets'
-
 set :js_dir, 'javascripts'
-
 set :images_dir, 'images'
 
 # Build-specific configuration
diff --git a/source/dmca.html.erb b/source/dmca.html.erb
new file mode 100644
index 0000000..c514278
--- /dev/null
+++ b/source/dmca.html.erb
@@ -0,0 +1,3 @@
+<div class="container">
+       <h1>DMCA</h1>
+</div>
diff --git a/source/index.html.erb b/source/index.html.erb
index 7537cd6..5612707 100644
--- a/source/index.html.erb
+++ b/source/index.html.erb
@@ -1,10 +1,3 @@
----
-title: Welcome to Middleman
----
-
-<div class="welcome">
-  <h1>Middleman is Watching</h1>
-  <p class="doc">
-    <%= link_to "Read Online Documentation", "http://middlemanapp.com/"; %>
-  </p><!-- .doc -->
-</div><!-- .welcome -->
\ No newline at end of file
+<div class="container">
+       <h1>Home</h1>
+</div>
diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb
index 7bdfeb1..619b4f7 100644
--- a/source/layouts/layout.erb
+++ b/source/layouts/layout.erb
@@ -2,18 +2,18 @@
 <html>
   <head>
     <meta charset="utf-8">
-    
+
     <!-- Always force latest IE rendering engine or request Chrome Frame -->
     <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
-    
+
     <!-- Use title if it's in the page YAML frontmatter -->
-    <title><%= current_page.data.title || "The Middleman" %></title>
-    
-    <%= stylesheet_link_tag "normalize", "all" %>
+    <title><%= current_page.data.title || "Wikimedia Foundation: Transparency 
Report" %></title>
+
+    <%= stylesheet_link_tag "bootstrap.min.css" %>
     <%= javascript_include_tag  "all" %>
   </head>
-  
+
   <body class="<%= page_classes %>">
     <%= yield %>
   </body>
-</html>
\ No newline at end of file
+</html>

-- 
To view, visit https://gerrit.wikimedia.org/r/136028
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibb5f41afe3a568d74537de508a8350d138625a05
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/TransparencyReport
Gerrit-Branch: master
Gerrit-Owner: Prtksxna <psax...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to