This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.fs--1, p, btn--3, article, .randomComponent { | |
font-size: 14px; | |
line-height: 1.6rem; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.btn-1 { font-size: 10px; } | |
.btn-2 { font-size: 14px; } | |
.btn-3 { font-size: 17px; } | |
.btn-4 { font-size: 21px; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.btn-1 { font-size: 10px; } | |
.btn-2 { font-size: 14px; } | |
.btn-3 { font-size: 17px; } | |
.btn-4 { font-size: 21px; } | |
@media only screen and (min-width: 768px) { | |
.btn-1 { font-size: 12px; } | |
.btn-2 { font-size: 16px; } | |
.btn-3 { font-size: 19px; } | |
.btn-4 { font-size: 23px; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-06-26T03:18:39.128976+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=3www.colmtuite.com request_id=49a748c2-c95d-47f9-97aa-715b05498cfd fwd="180.76.6.130" dyno= connect= service= status=503 bytes= | |
2014-06-26T03:51:59.076990+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=3www.colmtuite.com request_id=15216ed0-9cdc-40fc-a678-84870343f014 fwd="202.46.48.152" dyno= connect= service= status=503 bytes= | |
2014-06-26T04:19:49.855661+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/a-better-prototyping-tool" host=www.colmtuite.com request_id=2ba62692-527f-40f5-81c2-f81d86aa4549 fwd="54.237.176.214" dyno= connect= service= status=503 bytes= | |
2014-06-26T04:19:51.856715+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/a-better-prototyping-tool" host=www.colmtuite.com request_id=8c995d0e-6069-4f93-b6ce-448b6f9b38f9 fwd="54.237.176.214" dyno= connect= service= status=503 bytes= | |
2014-06-26T04:2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<nav class="navMenu"> | |
<ul> | |
<li> | |
<a href="#">Home</a> | |
</li> | |
<li> | |
<a href="#">About</a> | |
</li> | |
<li> | |
<a href="#">Pricing</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started GET "/canvases/21/edit" for 127.0.0.1 at 2014-04-24 23:47:48 +0100 | |
Processing by CanvasesController#edit as JSON | |
Parameters: {"id"=>"21"} | |
[1m[35mCanvas Load (0.2ms)[0m SELECT "canvases".* FROM "canvases" WHERE "canvases"."id" = ? LIMIT 1 [["id", "21"]] | |
Completed 500 Internal Server Error in 3ms | |
ActionView::MissingTemplate (Missing template canvases/edit, application/edit with {:locale=>[:en], :formats=>[:json], :handlers=>[:erb, :builder, :raw, :ruby, :jbuilder, :coffee]}. Searched in: | |
* "/Users/colmtuite/dev/design_tool/app/views" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.content .sign_up { | |
padding: 50px; | |
} | |
@media (max-width: 600px) { | |
.content .sign_up { | |
width: 90%; | |
padding: 30px; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Method One --> | |
<span id="specific-item">Show more</span> | |
$('#specific-item').click(function() { | |
$(this).text('Show less'); | |
}); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fetching repository, done. | |
Counting objects: 5, done. | |
Delta compression using up to 4 threads. | |
Compressing objects: 100% (3/3), done. | |
Writing objects: 100% (3/3), 286 bytes, done. | |
Total 3 (delta 2), reused 0 (delta 0) | |
-----> Removing .DS_Store files | |
-----> Ruby app detected | |
-----> Compiling Ruby/Rails |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.modal { | |
position:absolute; | |
top:50%; | |
left:50%; | |
width:800px; | |
height:500px; | |
margin:-400px 0 0 -250px; | |
background:#fff; | |
border:1px solid #eee; | |
z-index:9999; |