Add gulp files
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
node_modules
|
||||
0
Gulpfile.js
Normal file
0
Gulpfile.js
Normal 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{
|
||||
|
||||
@@ -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
22
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user