Skip to content

Commit 2ac837e

Browse files
committed
not working
1 parent 358265d commit 2ac837e

File tree

1 file changed

+25
-27
lines changed

1 file changed

+25
-27
lines changed

templates/splash.html

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,21 @@
2020
}
2121
.wrapper{
2222
width: 100%;
23+
position:relative;
24+
top: 50%;
25+
-webkit-transform: translateY(-50%);
26+
-ms-transform: translateY(-50%);
27+
transform: translateY(-50%);
2328
}
24-
#image-title{
29+
#atext, #btext, #ctext, #dtext, #etext, #ftext{
2530
display:none;
2631
font-family: 'Ubuntu', sans-serif;
2732
font-size: 25px;
2833
color: #00CCFF;
2934
}
30-
li:hover #image-title{
31-
display:block;
35+
36+
#imga:hover #atext{
37+
display:inline;
3238
}
3339
</style>
3440
</head>
@@ -39,59 +45,51 @@
3945
<div class="title"><h1>IEEE CS</h1></div>
4046
</div>-->
4147
<div class="col-md-12">
42-
<div class="accordian events" style="margin-top: 50px; margin-bottom: 0px;">
48+
<div class="accordian events">
4349
<ul>
50+
<div id="imga">
4451
<li>
4552
<a href="#">
4653
<img class="images" src="http://res.cloudinary.com/design-team/image/upload/gravitas/2014/gpl/21.jpg" height="680px" width="auto"/>
4754
</a>
48-
<span id="image-title">
49-
GraVITas Premier League
50-
</span>
5155
</li>
56+
</div>
5257
<li>
5358
<a href="#">
5459
<img class="images" src="http://res.cloudinary.com/design-team/image/upload/gravitas/2014/jumble/5.jpg" height="680px" width="auto"/>
5560
</a>
56-
<span id="image-title">
57-
Jumble Coding
58-
</span>
5961
</li>
6062
<li>
6163
<a href="#">
6264
<img class="images" src="http://res.cloudinary.com/design-team/image/upload/gravitas/2014/ftp/10.jpg" height="680px" width="auto"/>
63-
</a>
64-
<span id="image-title">
65-
FTP Maze
66-
</span>
65+
</a>
6766
</li>
6867
<li>
6968
<a href="#">
7069
<img class="images" src="http://res.cloudinary.com/design-team/image/upload/gravitas/2014/mozilla/5.jpg" height="680px" width="auto"/>
71-
</a>
72-
<span id="image-title">
73-
Mozilla Firefox OS App Days
74-
</span>
70+
</a>
7571
</li>
7672
<li>
7773
<a href="#">
7874
<img class="images" src="http://res.cloudinary.com/design-team/image/upload/gravitas/2014/mozilla/19.jpg" height="680px" width="auto"/>
79-
</a>
80-
<span id="image-title">
81-
Live Monopoly
82-
</span>
75+
</a>
8376
</li>
8477
<li>
8578
<a href="#">
8679
<img class="images" src="http://res.cloudinary.com/design-team/image/upload/gravitas/2014/gpl/2.jpg" height="680px" width="auto"/>
87-
</a>
88-
<span id="image-title">
89-
GraVITas Premier League
90-
</span>
80+
</a>
9181
</li>
9282
</ul>
9383
</div>
94-
84+
</div>
85+
<div>
86+
<span id="atext">GraVITas Premier League</span>
87+
<span id="btext">Jumble Coding</span>
88+
<span id="ctext">FTP Maze</span>
89+
<span id="dtext">Mozilla Firefox OS App Days</span>
90+
<span id="etext">Live Monopoly</span>
91+
<span id="ftext">GraVITas Premier League</span>
92+
</div>
9593
<!--<div class="col-md-12">
9694
<div class="col-md-1"> <img src=../static/images/splash/open-quote.png height=50px width=50px align="left"></div>
9795
<div class="col-md-10"><p id="quote"></p></div>

0 commit comments

Comments
 (0)