This is an automated email from the ASF dual-hosted git repository.

eroma pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/airavata-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0f3c2ea  Removing the top banner appearing twice on the page
0f3c2ea is described below

commit 0f3c2ea0f294e1827675a8f5e4cf1b99a1d27789
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Thu Feb 7 16:49:37 2019 -0500

    Removing the top banner appearing twice on the page
---
 content/collaborations.html | 16 ++++++++--------
 source/collaborations.md    |  8 ++++----
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/content/collaborations.html b/content/collaborations.html
index 6bde000..10d9b98 100644
--- a/content/collaborations.html
+++ b/content/collaborations.html
@@ -72,21 +72,21 @@
        <div class="section no-pad-bot">
 
        <main><div class="container">
-               <p>&lt;!DOCTYPE html&gt;</p>
+               <!-- <!DOCTYPE html> -->
 <html>
- 
+ <!--
  <head>
-     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-     <meta name="viewport" content="width=device-width, initial-scale=1, 
maximum-scale=1.0, user-scalable=no" />
-     <meta name="theme-color" content="#2196F3" />
+     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+     <meta name="viewport" content="width=device-width, initial-scale=1, 
maximum-scale=1.0, user-scalable=no"/>
+     <meta name="theme-color" content="#2196F3">
      <title>Apache Airavata</title>
  
      <!-- CSS  -->
      <link href="assets/min/plugin-min.css" type="text/css" rel="stylesheet" />
      <link href="assets/min/custom-min.css" type="text/css" rel="stylesheet" />
- </head>
+ &lt;/head&gt;
  
- <body id="top">
+ <body id="top"> 
  
  <!-- Pre Loader -->
  <div id="loader-wrapper">
@@ -135,7 +135,7 @@
  
  <div class="page-content">
      <div class="wrapper">
-         <div class="post">
+         <div class="post"> --&gt;
  
              <header class="post-header">
  
diff --git a/source/collaborations.md b/source/collaborations.md
index d14bac1..23c81c9 100644
--- a/source/collaborations.md
+++ b/source/collaborations.md
@@ -4,9 +4,9 @@ title:
 id: collaborations
 ---
 
- <!DOCTYPE html>
+<!-- <!DOCTYPE html> -->
  <html>
- 
+ <!--
  <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
      <meta name="viewport" content="width=device-width, initial-scale=1, 
maximum-scale=1.0, user-scalable=no"/>
@@ -18,7 +18,7 @@ id: collaborations
      <link href="assets/min/custom-min.css" type="text/css" rel="stylesheet" >
  </head>
  
- <body id="top" >
+ <body id="top" > 
  
  <!-- Pre Loader -->
  <div id="loader-wrapper">
@@ -67,7 +67,7 @@ id: collaborations
  
  <div class="page-content">
      <div class="wrapper">
-         <div class="post">
+         <div class="post"> -->
  
              <header class="post-header">
  

Reply via email to