Skip to content

Commit

Permalink
Develop (#8)
Browse files Browse the repository at this point in the history
* add bcom integration report

* change content description for request

* fix jpg

* use planet hoster to host monitoring and uws blog

* change  color of icon project link

* add youtube link to Luna and helios gameplay

* update readme

* change scogue link to github source

* change workspace repository name
  • Loading branch information
vincentBrth committed Jul 5, 2020
1 parent df35037 commit 847ad8e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vberthet

Welcome on my portfolio !
Feel free to discover my profile, projects and [contact me](mailto:[email protected])
Feel free to discover my profile, projects and [contact me](https://realvincentberthet.github.io/vberthet/card)

![](demo.gif)
4 changes: 4 additions & 0 deletions css/project_icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ figure.effect-project .icon-links a {
transform: translate3d(0,0,0);
}

a {
color: rgba(255, 255, 255, 0.507);
text-decoration: none;
}

figure.effect-project .icon-links a span::before {
display: inline-block;
Expand Down
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Language.prototype.getGithubPageURL=async function(){
@return https://github.com/RealVincentBerthet/Vincent/tree/master/Public
*/
Language.prototype.getGithubPublicURL=async function(){
return await this.getGithubURL()+'Vincent/raw/master/Public/';
return await this.getGithubURL()+'Workspace/raw/master/Public/';
}

/*
Expand Down
8 changes: 4 additions & 4 deletions json/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@
"scogue":{
"ico":"img/ico_project/ico_scogue.png",
"filter":"Javascript Game",
"href":"Scogue/index.html",
"href":"Scogue",
"skills":"Javascript",
"github":true,
"githubPage":true
"githubPage":false
},
"blog":{
"ico":"img/ico_project/ico_blog.png",
"filter":"Web",
"href":"https://uws-blog.000webhostapp.com/",
"href":"https://uwsblog.yo.fr/UWS_Blog/",
"skills":"WordPress"
},
"mutest":{
Expand All @@ -130,7 +130,7 @@
"monitoring":{
"ico":"img/ico_project/ico_monitoring.png",
"filter":"Web",
"href":"https://monitoringiut.000webhostapp.com/",
"href":"https://uwsblog.yo.fr/",
"skills":"PHP SQL JQuery"
}
},
Expand Down
4 changes: 2 additions & 2 deletions json/request.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"width":"1400",
"height":"820",
"href":"LunaAndHelios/WebGL/index.html",
"description":"<p>This game has been released during the Orange Game Jam 2020. The aim of this event was to build a video game in 35 hours on the subject : <b>Safe in the dark</b></p>"
"description":"<p>This game has been released during the Orange Game Jam 2020. The aim of this event was to build a video game in 35 hours on the subject : <b>Safe in the dark</b></p><a href='https://www.youtube.com/watch?v=EwTJOxKciyE&feature=youtu.be' target='_blank'><i class='fab fa-youtube'></i> Gameplay video</a>"
}
},
"download":{
Expand Down Expand Up @@ -138,7 +138,7 @@
"v2.12.0":{
"id":"2.12.0",
"github":true,
"text":"Sync documentation with my <a target='_blank' href=https://github.com/RealVincentBerthet/Vincent/tree/master/Public>Public</a> repository<br/> Fix some mistakes and add dynamic linking to my Github",
"text":"Sync documentation with my <a target='_blank' href=https://github.com/RealVincentBerthet/Workspace/tree/master/Public>Public</a> repository<br/> Fix some mistakes and add dynamic linking to my Github",
"released":"05/15/2020"
},
"v2.11.0":{
Expand Down
2 changes: 1 addition & 1 deletion request.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<!-- SEO -->
<meta name="description" content="TODO">
<meta name="description" content="Go on you won't be disappointed">
<meta name="author" content="Vincent Berthet">
<meta name="copyright" content="Vincent Berthet">

Expand Down

0 comments on commit 847ad8e

Please sign in to comment.