소스 검색

added eyebeam logo

chootka 10 년 전
부모
커밋
d10c7fe083
6개의 변경된 파일15개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      _site/about/index.html
  2. BIN
      _site/images/eyebeam_logo.png
  3. 5 0
      _site/stylesheets/stylesheet.css
  4. 2 0
      about/index.html
  5. BIN
      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 

BIN
_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 

BIN
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;