Skip to content

Commit f603a9f

Browse files
Add git ignore
1 parent ec9098a commit f603a9f

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_site
2+
.sass-cache
3+
.idea

_site/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="http://jekyllrb.com" version="3.3.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2017-03-08T10:59:36+00:00</updated><id>http://localhost:4000/</id><title type="html">Dino Tutors</title><subtitle>Dino Tutors is an example of a company in the tutoring industry, showcasing the power of intergrating TutorCruncher into your website.</subtitle></feed>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="http://jekyllrb.com" version="3.3.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2017-03-08T13:30:17+00:00</updated><id>http://localhost:4000/</id><title type="html">Dino Tutors</title><subtitle>Dino Tutors is an example of a company in the tutoring industry, showcasing the power of intergrating TutorCruncher into your website.</subtitle></feed>

_site/static/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ section#our-tutors .socket-container {
165165
box-shadow: None;
166166
color: white; }
167167
section#our-tutors .socket-container .tcs-box .tcs-name {
168+
transition: all .3s ease;
168169
height: 25px; }
169170
section#our-tutors .socket-container .tcs-box:hover {
171+
color: #ccc;
170172
text-decoration: none !important; }
171-
section#our-tutors .socket-container .tcs-box:hover .tcs-name {
172-
color: #07342b; }
173173
section#our-tutors .socket-container .tcs-modal h2 {
174174
color: #18BC9C; }
175175
section#our-tutors .socket-container .tcs-modal .tcs-skills span {

static/css/style.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,13 @@ section#our-tutors {
238238
box-shadow: None;
239239
color: white;
240240
.tcs-name {
241+
transition: all .3s ease;
241242
height: 25px;
242243
}
244+
243245
&:hover {
246+
color: #ccc;
244247
text-decoration: none !important;
245-
.tcs-name {
246-
color: darken($primary-colour, 30%);
247-
}
248248
}
249249
}
250250
.tcs-modal {

0 commit comments

Comments
 (0)