Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
cdf28f61
Commit
cdf28f61
authored
Feb 05, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - soft landing: added in edX Studio logo
parent
8bb5cc1c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
3 deletions
+16
-3
cms/static/img/hiw-feature2.png
+0
-0
cms/static/img/logo-edx-studio-white.png
+0
-0
cms/static/img/thumb-hiw-feature2.png
+0
-0
cms/static/sass/_index.scss
+15
-2
cms/templates/howitworks.html
+1
-1
No files found.
cms/static/img/hiw-feature2.png
View replaced file @
8bb5cc1c
View file @
cdf28f61
76.5 KB
|
W:
|
H:
16.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
cms/static/img/logo-edx-studio-white.png
0 → 100644
View file @
cdf28f61
3.91 KB
cms/static/img/thumb-hiw-feature2.png
View replaced file @
8bb5cc1c
View file @
cdf28f61
13 KB
|
W:
|
H:
12.7 KB
|
W:
|
H:
2-up
Swipe
Onion skin
cms/static/sass/_index.scss
View file @
cdf28f61
...
...
@@ -74,14 +74,25 @@
margin
:
0
0
(
$baseline
/
2
)
0
;
border-bottom
:
1px
solid
$blue-l1
;
padding
:
0
;
font-weight
:
6
00
;
font-weight
:
5
00
;
color
:
$white
;
}
.logo
{
@include
text-hide
();
position
:
relative
;
top
:
3px
;
display
:
inline-block
;
vertical-align
:
baseline
;
width
:
282px
;
height
:
57px
;
background
:
transparent
url('../img/logo-edx-studio-white.png')
0
0
no-repeat
;
}
.tagline
{
@include
font-size
(
24
);
margin
:
0
;
color
:
$
white
;
color
:
$
blue-l3
;
}
}
...
...
@@ -377,6 +388,8 @@
img
{
@include
box-sizing
(
border-box
);
width
:
100%
;
max-height
:
50%
;
overflow-y
:
scroll
;
padding
:
(
$baseline
/
10
);
border
:
1px
solid
$gray-l4
;
}
...
...
cms/templates/howitworks.html
View file @
cdf28f61
...
...
@@ -9,7 +9,7 @@
<div
class=
"wrapper-content-header wrapper"
>
<section
class=
"content content-header"
>
<header>
<h1>
Welcome to
edX Studio
</h1>
<h1>
Welcome to
<span
class=
"logo"
>
edX Studio
</span>
</h1>
<p
class=
"tagline"
>
Studio helps manage your courses online, so you can focus on teaching them
</p>
</header>
</section>
...
...
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