This commit is contained in:
Anthony Dumas 2019-05-07 15:28:00 +02:00
commit 85332f3939
12 changed files with 15370 additions and 10829 deletions

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
sudo: false
language: node_js
node_js:
- "11"
before_script:
- npm install
script:
- npm test
after_success:
- npm run report-coverage

View File

@ -4,7 +4,7 @@ Je met a disposition le code de mon portfolio pour review et également garder u
La monture 2019 de mon site ce veux être simple. Je veux un site pratique a utiliser, a développer mais je veux également qu'il soit **accessible** par tous.
## Developpement
## Développement
- yarn start ou npm start
> Watcher de fichier & serveur Browsersync

0
codecov.yml Normal file
View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
images/portfolio/vinyls.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

View File

@ -44,19 +44,20 @@
<div class="media-content">
<p id="buttonsUnderPhoto" class="buttons are-large ">
<a class="button" rel="noopener" href="https://github.com/AdamasFR"
target="_blank">
target="_blank" aria-label="Profil Github">
<span class="icon is-large">
<i class="fab icon-github-alt"></i>
</span>
</a>
<a class="button" rel="noopener"
href="https://www.linkedin.com/in/anthonyyvondumas/" target="_blank">
<span class="icon">
<span class="icon" aria-label="Profil LinkedIn">
<i class="fab icon-linke-square"></i>
</span>
</a>
<a class="button" rel="noopener"
href="https://www.twitter.com/anthony__dumas" target="_blank">
href="https://www.twitter.com/anthony__dumas"
aria-label="Profil Twitter" target="_blank">
<span class="icon">
<i class="fab icon-twit"></i>
</span>
@ -172,7 +173,8 @@
<a href="//adamas.dev" target="_blank" rel="noopener">
<p class="title">adamas.dev</p>
<figure class="image is-4by3">
<img src="./images/vinyls.jpg"
<img src="./images/portfolio/vinyls.jpg"
alt="Des mains parcourant des vinyles sur un étalage"
title="Photo by Florencia Viadana on Unsplash" />
</figure>
</a>
@ -187,7 +189,8 @@
<a href="https://prezi.com/m/o8ey8mmpnkvp/" target="_blank" rel="noopener">
<p class="title">IOT@Michelin</p>
<figure class="image is-4by3">
<img src="./images/computerNonSense.jpg" />
<img alt="Une photo d'un micro ordinateur dans ma main"
src="./images/portfolio/computerNonSense.jpg" />
</figure>
</a>
</article>
@ -201,7 +204,8 @@
<a href="//adm.photos" target="_blank" rel="noopener">
<p class="title">adm.photos</p>
<figure class="image is-4by3">
<img src="./images/admPhotos.jpg" />
<img alt="Une photo du village de mon enfance"
src="./images/portfolio/admPhotos.jpg" />
</figure>
</a>
</article>
@ -233,7 +237,7 @@
</div>
<div class="column is-3">
<a class="button is-large is-fullw-mobile" rel="noopener"
href="https://www.linkedin.com/in/anthonyyvondumas/" target="_blank">
href="https://www.linkedin.com/in/anthonyyvondumas/" target="_blank" alt="Profil LinkedIn">
<span class="icon">
<i class="fab icon-linke-square"></i>
</span>
@ -242,7 +246,7 @@
</div>
<div class="column is-3">
<a class="button is-large is-fullw-mobile" rel="noopener" href="https://t.me/adamas_FR"
target="_blank">
target="_blank" alt="Profil Telegram.me">
<span class="icon">
<i class="fab icon-teleg"></i>
</span>
@ -251,7 +255,7 @@
</div>
<div class="column is-3">
<a class="button is-large is-fullw-mobile is-hidden-tablet" rel="noopener"
href="https://github.com/AdamasFR" target="_blank">
href="https://github.com/AdamasFR" target="_blank" alt="Profil Github">
<span class="icon">
<i class="fab icon-github-alt"></i>
</span>

26062
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,45 +1,58 @@
{
"name": "anthony-dumas-portfolio",
"version": "2.0.0-SNAPSHOT",
"description": "anthony-dumas-portfolio",
"keywords": [
"sass",
"bulma",
"css",
"start"
],
"author": "Anthony Dumas <anthony@dumas.css>",
"repository": {
"type": "git",
"url": "git+https://github.com/AdamasFR/CV_Web_Dumas.git"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.5.1",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015-ie": "^6.7.0",
"bulma": "^0.7.2",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5",
"postcss-cli": "^6.1.1"
},
"scripts": {
"css-deploy": "npm run css-build && npm run css-postcss",
"css-build": "node-sass _sass/main.scss css/main.css",
"css-postcss": "postcss --use autoprefixer --output css/main.css css/main.css",
"css-watch": "npm run css-build -- --watch",
"deploy": "npm run css-deploy && npm run js-build",
"js-build": "babel _javascript --out-dir lib",
"js-watch": "npm run js-build -- --watch",
"auto-loading": "npx browser-sync start --server --files '*.html' --files 'css/*.css'",
"start": "npm-run-all --parallel css-watch js-watch auto-loading"
},
"dependencies": {
"bonsoir.js": "^1.0.2",
"browser-sync": "^2.26.5",
"global": "^4.3.2",
"jquery": "^3.4.1",
"npx": "^10.2.0"
}
}
{
"name": "anthony-dumas-portfolio",
"version": "2.0.0-SNAPSHOT",
"description": "anthony-dumas-portfolio",
"keywords": [
"sass",
"bulma",
"css",
"start"
],
"author": "Anthony Dumas <anthony@dumas.css>",
"repository": {
"type": "git",
"url": "git+https://github.com/AdamasFR/CV_Web_Dumas.git"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.5.1",
"ava": "^1.4.1",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015-ie": "^6.7.0",
"bulma": "^0.7.2",
"co-exec": "^1.0",
"codecov": "^1.0.1",
"ghooks": "^1.2.4",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5",
"nyc": "^14.1.0",
"postcss-cli": "^6.1.1",
"standard": "^8.4.0"
},
"scripts": {
"css-deploy": "npm run css-build && npm run css-postcss",
"css-build": "node-sass _sass/main.scss css/main.css",
"css-postcss": "postcss --use autoprefixer --output css/main.css css/main.css",
"css-watch": "npm run css-build -- --watch",
"deploy": "npm run css-deploy && npm run js-build",
"js-build": "babel _javascript --out-dir lib",
"js-watch": "npm run js-build -- --watch",
"auto-loading": "npx browser-sync start --server --files '*.html' --files 'css/*.css'",
"start": "npm-run-all --parallel css-watch js-watch auto-loading",
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
"standard": "standard index.js",
"test": "nyc ./node_modules/.bin/ava -v"
},
"dependencies": {
"browser-sync": "^2.26.5",
"global": "^4.3.2",
"jquery": "^3.4.1",
"npx": "^10.2.0"
},
"config": {
"ghooks": {
"pre-commit": "npm run standard"
}
}
}