Add gulp files

This commit is contained in:
Edin Dazdarevic
2017-10-05 18:45:11 +02:00
parent 6594f584c8
commit 7c3a8d46cb
5 changed files with 29 additions and 4 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
node_modules

0
Gulpfile.js Normal file
View File

View File

@@ -274,7 +274,8 @@ ul,p{
background-size: contain;
background-size: 70px;
background-position: 0 18%;
padding: 130px 0 0 48px;
/*padding: 130px 0 0 48px;*/
padding: 100px 0 0 48px;
}
.numb-two{

View File

@@ -63,7 +63,7 @@
<div class="container">
<div class="row">
<div class="col-md-12 header-wrap">
<img src="img/suburly.svg" class="img-responsive center-block visible-xs" alt="suburly">
<img src="img/logo.svg" class="img-responsive center-block visible-xs" alt="suburly">
<h1>WE DESIGN AND BUILD<br> SOFTWARE</h1>
</div>
</div>
@@ -110,8 +110,9 @@
<div class="row space200">
<div class="col-md-6 col-sm-6 visible-xs mob-pad0">
<div class="img-container">
<!-- <img src="img/software_development2.png" class="img-responsive outline-shadow visible-xs full-width-img" alt="software_development"> -->
<img src="img/what_we_do/software_development_mobile.svg" class="img-responsive visible-xs full-width-img" alt="software_development">
<!-- <img src="img/box2.png" class="img-responsive box-img visible-xs " alt="box"> -->
<!-- <img src="img/box-shadow2.png" class="img-responsive box-img-shadow visible-xs" alt="box-shadow" > -->
</div>
@@ -293,7 +294,7 @@
<div class="col-md-3 col-sm-3">
<div class="bg-color">
<img src="img/technology/amazon_webservices.svg" class="img-responsive center-block animated" data-animation="zoomIn" alt="tech1">
<p class="hint text-center">Amazon<br class="visible-xs"> Webservices</p>
<p class="hint text-center">Amazon AWS</p>
</div>
</div>
<div class="col-md-3 col-sm-3">

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "saburly-website2",
"version": "1.0.0",
"description": "## TODO:",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edazdarevic/saburly-website2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/edazdarevic/saburly-website2/issues"
},
"homepage": "https://github.com/edazdarevic/saburly-website2#readme",
"devDependencies": {
"gulp": "^3.9.1"
}
}