summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-11-30 15:33:39 +0200
committergarbash <dor.garbash@gmail.com>2014-11-30 15:33:39 +0200
commit9483b2c1097c224b269d68fb009179b89b126dac (patch)
treebe16d3d2bd8d11dd790e2ddbd0e009f1eff2dc3e /index.html
parent5e8629bc2ced01425063b2c51db829770556174a (diff)
Added top-bar + removed deprecated elements and classes
Diffstat (limited to 'index.html')
-rw-r--r--index.html30
1 files changed, 11 insertions, 19 deletions
diff --git a/index.html b/index.html
index 4e2c8812..471e76e9 100644
--- a/index.html
+++ b/index.html
@@ -12,6 +12,16 @@
<body>
+ <div class="top-bar">
+ <h3 class="doc-title">Server test</h3>
+ <div class="login area">
+ <div class="profile-circle">
+ <h4 class="profile-initials">U.I</h4>
+ </div>
+ <h4 class="profile-username">Username here</h4>
+ </div>
+ <img class="owner-logo" src="res/img/cri-logo.png">
+ </div>
<div>
<div class="help">Connect between <span style="color:#FCB924">people</span> and the <span style="color:#009DDC">projects</span> they are working on by describing their main contribution:</div>
<div class="info-container">
@@ -114,30 +124,12 @@
</div>
</div>
- <div class="history-timeline">
- </div>
-
- <div class="logo">
- <a href="#"><img width="146" height="67" src="res/img/sage.png"/></a>
- </div>
-
</div>
<div class="poweredby">powered by <a href="http://www.rhizi.org">
- <img width="45" height="25" src="res/img/rhizismall.png"/></a>
+ <img src="res/img/rhizi-logo.png"/></a>
</div>
</div>
-
- <div class="missingdates" style="display:none">The following tasks are missing dates,<br/>Please fill them out:</div>
-
- <div class="onoffswitch">
- <input type="checkbox" name="onoffswitch" class="onoffswitch-checkbox" id="myonoffswitch" onclick="checkSwitch(this)"checked>
- <label class="onoffswitch-label" for="myonoffswitch">
- <span class="onoffswitch-inner"></span>
- <span class="onoffswitch-switch"></span>
- </label>
- </div>
-
</body>
</html>