diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/Gulpfile.js b/Gulpfile.js new file mode 100644 index 0000000..e69de29 diff --git a/css/style.css b/css/style.css index b40ba30..6fc0ab6 100644 --- a/css/style.css +++ b/css/style.css @@ -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{ diff --git a/index.html b/index.html index 0b3f5a1..c8902cf 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@
- suburly + suburly

WE DESIGN AND BUILD
SOFTWARE

@@ -110,8 +110,9 @@
- + software_development +
@@ -293,7 +294,7 @@
tech1 -

Amazon
Webservices

+

Amazon AWS

diff --git a/package.json b/package.json new file mode 100644 index 0000000..411b7cd --- /dev/null +++ b/package.json @@ -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" + } +}