Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TU-Delft
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
TU-Delft
Commits
597584d9
Commit
597584d9
authored
6 months ago
by
Shraddha Raghuram
Browse files
Options
Downloads
Patches
Plain Diff
step 1
parent
e900636b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#414184
passed
6 months ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/homepage.css
+23
-5
23 additions, 5 deletions
static/homepage.css
wiki/pages/home.html
+3
-2
3 additions, 2 deletions
wiki/pages/home.html
with
26 additions
and
7 deletions
static/homepage.css
+
23
−
5
View file @
597584d9
...
...
@@ -575,8 +575,8 @@
/* bottom links style */
.homepage-link1
{
top
:
1
3551
px
;
.homepage-link1
{
top
:
1
1000
px
;
transform
:
translateX
(
-410px
);
width
:
400px
;
height
:
500px
;
...
...
@@ -584,16 +584,34 @@
opacity
:
0
;
transition
:
all
0.5s
linear
;
}
.homepage-link-img1
{
.homepage-link-img1
{
margin
:
0
auto
;
width
:
400px
;
height
:
300px
;
background
:
url(
"
https://static.igem.wiki/teams/5054/software.png
"
)
;
background
:
url(https://static.igem.wiki/teams/5054/software.png)
;
background-repeat
:
no-repeat
;
background-size
:
91%
;
background-position
:
center
;
transition
:
all
0.1s
linear
;
transform
:
translateY
(
2px
);
transform
:
translateX
(
30px
);
}
.homepage-link-style
{
margin
:
0
auto
;
text-align
:
center
;
color
:
#05BE85
;
font-family
:
SourceSansPro
;
font-size
:
40px
;
font-style
:
normal
;
font-weight
:
600
;
line-height
:
normal
;
display
:
block
;
width
:
100%
;
/* text-decoration: none; */
}
.homepage-link-style
a
{
text-decoration
:
none
;
/* Removes underline for links */
}
/*.homepage-link2{
...
...
This diff is collapsed.
Click to expand it.
wiki/pages/home.html
+
3
−
2
View file @
597584d9
...
...
@@ -205,15 +205,16 @@
<div
class=
"homepage-content15 homepage-elements reveal"
style=
"opacity: 1;"
>
<span>
The roadmap to nitrogen-fixing eukaryotes
</span>
</div>
<div
class=
"homepage-link1 homepage-elements reveal"
style=
"opacity: 1;"
>
<a
href=
"software"
onmouseover=
"expandFunc1(document.getElementById('homepage-link-img1'))"
onmouseout=
"reduceFunc1(document.getElementById('homepage-link-img1'))"
>
<div
class=
"homepage-link-img1"
id=
"homepage-link-img1"
style=
"background-size: 91%;"
></div>
<span
class=
"homepage-subtitle-style"
style=
"margin-left:30px;"
>
Replicate transport system
</span>
<span
style=
"width:15px;height:15px;"
><img
src=
"https://static.igem.wiki/teams/4594/wiki/link-image4.png"
alt=
">"
></span>
<span
class=
"homepage-link-style"
style=
"margin-left:30px;"
>
Characterize the UCYN-A transport system in the dry lab
</span>
</a>
</div>
<canvas
id=
"tutorial"
></canvas>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment