IEEE.org
|
IEEE Xplore Digital Library
|
IEEE Standards
|
IEEE Spectrum
|
More Sites
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Open at RIT
Accessibility
tex2html
Commits
7892fa4f
Commit
7892fa4f
authored
Jul 01, 2021
by
Suhas CV
Browse files
css redo
parent
8d095e63
Changes
2
Hide whitespace changes
Inline
Side-by-side
static/styles.css
View file @
7892fa4f
...
...
@@ -8,6 +8,7 @@
*
{
overflow-x
:
hidden
;
box-sizing
:
border-box
;
font-family
:
"Helvetica Neue"
,
"Helvetica"
,
"Roboto"
,
"Arial"
,
sans-serif
;
}
p
,
li
{
...
...
@@ -118,12 +119,27 @@ footer > .social {
display
:
inline-flex
;
max-width
:
300px
;
}
.social
>
a
{
.social
a
{
border-radius
:
50%
;
background-color
:
white
;
margin-right
:
8px
;
cursor
:
pointer
;
padding
:
6px
;
}
.social
>
a
:hover
{
color
:
#f76902
;
.social
a
svg
{
fill
:
black
;
stroke
:
white
;
}
.social
a
:hover
{
background-color
:
#f76902
;
color
:
white
;
}
.social
a
:hover
svg
{
fill
:
white
;
stroke
:
#f76902
;
}
.contact
{
...
...
@@ -131,9 +147,10 @@ footer > .social {
justify-content
:
center
;
align-items
:
center
;
height
:
40px
;
padding
:
0
8%
;
font-size
:
2
rem
;
padding
:
5px
10px
;
font-size
:
1.4
rem
;
background-color
:
white
;
font-weight
:
700
;
color
:
black
;
}
...
...
templates/base.html
View file @
7892fa4f
...
...
@@ -21,9 +21,9 @@
<span>
One Lomb Memorial Drive,
<br/>
Rochester, NY 14623
</span>
<div
class=
"social"
>
<a
target=
"__blank"
><i
data-feather=
"twitter"
></i></a>
<a
target=
"__blank"
><i
data-feather=
"instagram"
></i></a>
<a
target=
"__blank"
><i
data-feather=
"gitlab"
></i></a>
<a
target=
"__blank"
href=
"https://twitter.com/openatrit"
><i
data-feather=
"twitter"
></i></a>
<a
target=
"__blank"
href=
"https://instagram.com/openatrit"
><i
data-feather=
"instagram"
></i></a>
<a
target=
"__blank"
href=
"https://gitlab.com/open-rit"
><i
data-feather=
"gitlab"
></i></a>
</div>
<a
targte=
"__blank"
href=
"mailto:openatrit@gmail.com"
>
<div
class=
"contact"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment