浏览代码

added eyebeam logo

chootka 10 年之前
父节点
当前提交
d10c7fe083
共有 6 个文件被更改,包括 15 次插入1 次删除
  1. 3 1
      _site/about/index.html
  2. 二进制
      _site/images/eyebeam_logo.png
  3. 5 0
      _site/stylesheets/stylesheet.css
  4. 2 0
      about/index.html
  5. 二进制
      images/eyebeam_logo.png
  6. 5 0
      stylesheets/stylesheet.css

+ 3 - 1
_site/about/index.html

@@ -42,7 +42,9 @@
         </header>
 
         <section id="main_content">
-  <p>From mass surveillance to the over-commercialization of the 
+  <div class="eyebeam">In Partnership with<br/><br/><img src="/images/eyebeam_logo.png" />
+</div>
+<p>From mass surveillance to the over-commercialization of the 
 Internet, the technology that we depend upon for community  and 
 connection is being compromised. The recent accessibility of 
 networking technology through devices such as the Raspberry Pi 

二进制
_site/images/eyebeam_logo.png


+ 5 - 0
_site/stylesheets/stylesheet.css

@@ -114,6 +114,11 @@ header h2 {
   max-width: 620px;
 }
 
+.eyebeam {
+  position: absolute;
+  right: 90px;
+}
+
 #social {
   position: absolute;
   right: 50px;

+ 2 - 0
about/index.html

@@ -2,6 +2,8 @@
 layout: page
 title: About
 ---
+<div class="eyebeam">In Partnership with<br/><br/><img src="/images/eyebeam_logo.png" />
+</div>
 <p>From mass surveillance to the over-commercialization of the 
 Internet, the technology that we depend upon for community  and 
 connection is being compromised. The recent accessibility of 

二进制
images/eyebeam_logo.png


+ 5 - 0
stylesheets/stylesheet.css

@@ -114,6 +114,11 @@ header h2 {
   max-width: 620px;
 }
 
+.eyebeam {
+  position: absolute;
+  right: 90px;
+}
+
 #social {
   position: absolute;
   right: 50px;