Skip to content

Commit 341f81a

Browse files
committed
introduction finished
1 parent b7e707c commit 341f81a

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

src/images/.DS_Store

6 KB
Binary file not shown.

src/index.jade

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,14 @@ html
6767

6868
section
6969
h2 front-end
70-
h2 developer
70+
h2.bullet developer
7171
<img src='http://www.robertlowe.ca/images/developer.png' width='200px' height='200px'><img/>
72+
p.bullet.about__front1 browser
73+
p.bullet.about__front2 html
74+
p.bullet.about__front3 css
75+
p.bullet.about__front4 javascript
76+
77+
7278

7379
section
7480
h2 Touch Interaction

src/styles/main.styl

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,30 @@ text-shadow originated from: http://codepen.io/zitrusfrisch
9393
height:250px
9494
overflow:hidden
9595

96+
.about__front1
97+
position: absolute
98+
top: 40%
99+
left: 26%
100+
transform: rotate(-10deg)
101+
102+
.about__front2
103+
position: absolute
104+
top: 50%
105+
left: 58%
106+
transform: rotate(10deg)
107+
108+
.about__front3
109+
position: absolute
110+
top: 65%
111+
left: 31%
112+
transform: rotate(-10deg)
113+
114+
.about__front4
115+
position: absolute
116+
top: 85%
117+
left: 58%
118+
transform: rotate(-10deg)
119+
120+
96121

97122

0 commit comments

Comments
 (0)