Skip to content

Commit

Permalink
added links
Browse files Browse the repository at this point in the history
  • Loading branch information
supergeniodelmale committed Feb 5, 2022
1 parent 816525d commit 5f55716
Show file tree
Hide file tree
Showing 6 changed files with 274 additions and 12 deletions.
76 changes: 76 additions & 0 deletions assets/css/Bold-BS4-Jumbotron-with-Particles-js-1.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
body {
margin-top: 20px;
}

.jumbotron.jumbotron-main {
height: 100%;
width: 100%;
font-family: 'Roboto', sans-serif;
color: #fff;
padding-top: 0;
padding-bottom: 0;
position: relative;
margin: 0;
}

#particles-js {
position: absolute;
width: 100%;
height: 100%;
background-image: url("");
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
background: #6819e8;
background: -moz-linear-gradient(left, #6819e8 0%, #7437d0 35%, #615fde 68%, #6980f2 100%);
background: -webkit-linear-gradient(left, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%);
background: linear-gradient(to right, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6819e8', endColorstr='#6980f2',GradientType=1 );
}

.jumbotron.jumbotron-main hr {
border-width: 1px 0px;
border-style: dotted none;
border-color: rgba(255, 255, 255, 0.35);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
width: 49px;
height: 4px;
text-align: center;
position: relative;
clear: both;
}

.jumbotron.jumbotron-main a {
color: #fff;
}

.center-vertically {
display: table-cell;
vertical-align: middle;
height: 100%;
}

.center-vertically-holder {
display: table;
height: 100%;
}

.scroll-indicator {
padding-top: 6px;
display: inline-block;
width: 50px;
}

.arrow-scroll-indicator {
font-size: 10px;
color: rgba(255, 255, 255, 0.60);
}

.parallax-window {
background: transparent;
}

57 changes: 57 additions & 0 deletions assets/css/Bold-BS4-Jumbotron-with-Particles-js.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
.jumbotron.jumbotron-main {
height: 100%;
width: 100%;
font-family: 'Roboto', sans-serif;
color: #fff;
padding-top: 0;
padding-bottom: 0;
position: relative;
margin: 0;
}

#particles-js {
position: absolute;
width: 100%;
height: 100%;
background-image: url("");
background-repeat: no-repeat;
background-size: cover;
background-position: 50% 50%;
background: #e89519;
background: -moz-linear-gradient(left, #6819e8 0%, #7437d0 35%, #615fde 68%, #6980f2 100%);
background: -webkit-linear-gradient(left, #ff9900 0%,#7437d0 35%,#615fde 68%,#6980f2 100%);
background: linear-gradient(to right, #e46000 0%,#d08a37 35%,#615fde 68%,#6980f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6819e8', endColorstr='#6980f2',GradientType=1 );
}

.jumbotron.jumbotron-main hr {
border-width: 1px 0px;
border-style: dotted none;
border-color: rgba(255, 255, 255, 0.35);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
width: 49px;
height: 4px;
text-align: center;
position: relative;
clear: both;
}

.jumbotron.jumbotron-main a {
color: #fff;
}

.center-vertically {
display: table-cell;
vertical-align: middle;
height: 100%;
}

.center-vertically-holder {
display: table;
height: 100%;
}

110 changes: 110 additions & 0 deletions assets/js/Bold-BS4-Jumbotron-with-Particles-js.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
particlesJS("particles-js", {
"particles": {
"number": {
"value": 80,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 0.5,
"random": false,
"anim": {
"enable": false,
"speed": 1,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 3,
"random": true,
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 150,
"color": "#ffffff",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 6,
"direction": "none",
"random": false,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"mode": "grab"
},
"onclick": {
"enable": true,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 140,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 400,
"size": 40,
"duration": 2,
"opacity": 8,
"speed": 3
},
"repulse": {
"distance": 200,
"duration": 0.4
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true
});
3 changes: 3 additions & 0 deletions films.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Share+Tech">
<link rel="stylesheet" href="assets/css/Bold-BS4-Jumbotron-with-Particles-js-1.css">
<link rel="stylesheet" href="assets/css/Bold-BS4-Jumbotron-with-Particles-js.css">
<link rel="stylesheet" href="assets/css/Paralax-Box.css">
</head>

Expand Down Expand Up @@ -106,6 +108,7 @@ <h1 class="text-center"><img src="assets/img/60b482c4213f31e7a1cf1473_Logo.jpg"
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/Bold-BS4-Jumbotron-with-Particles-js.js"></script>
<script src="assets/js/clean-blog.js"></script>
<script src="assets/js/Paralax-Box.js"></script>
</body>
Expand Down
37 changes: 25 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,38 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Share+Tech">
<link rel="stylesheet" href="assets/css/Bold-BS4-Jumbotron-with-Particles-js-1.css">
<link rel="stylesheet" href="assets/css/Bold-BS4-Jumbotron-with-Particles-js.css">
<link rel="stylesheet" href="assets/css/Paralax-Box.css">
</head>

<body style="background-color: rgb(28,28,28);">
<section>
<section class="paralax-box"><img class="img-parallax" data-speed="1" src="assets/img/Ste50.png">
<h2 style="font-family: 'Share Tech', sans-serif;">FILMS BY AI</h2>
<h2 style="font-family: 'Share Tech', sans-serif;font-size: 26px;">Tensor Films is an online collection of the best films made with AI/ML technologies.&nbsp;<br>We are looking for new, experimental and daring projects!<br><br>&nbsp;<a href="submit.html" style="color: rgb(255,184,9);">Submit your film!</a></h2>
</section>
<div class="jumbotron jumbotron-fluid jumbotron-main"><script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://threejs.org/examples/js/libs/stats.min.js"></script>
<div id="particles-js">
<canvas class="particles-js-canvas-el" width="1409" height="319" style="width: 100%; height: 100%;"></canvas>
</div>
<div class="container center-vertically-holder" style="margin-top:-20px;">
<div class="row d-xl-flex justify-content-xl-start center-vertically">
<div class="col" style="padding-bottom: 22px;">
<h1 class="display-2">AI x CINEMA</h1>
<p class="text-justify" style="font-size: 28px;padding-right: 23px;"><br><strong>Tensor Films is an online collection of the best films made with AI/ML technologies.&nbsp;</strong><br><strong>We are looking for new, experimental and daring projects!</strong><br><br></p><a class="btn btn-primary text-center"
role="button" href="submit.html" style="background-color: rgb(255,184,9);color: rgb(0,0,0);">SUBMIT YOUR FILM</a></div>
</div>
</div>
</div>
</section>
<section class="flex-fill">
<div class="row row-cols-1">
<div class="col" style="margin-bottom: 17px;">
<div class="card"><img class="card-img-top w-100 d-block" src="assets/img/scrapsofmechanicalsouls.jpg">
<div class="card-body" style="color: rgb(28,28,28);background-color: #1c1c1c;padding: 40px;">
<h4 class="card-title" style="font-family: Inconsolata, monospace;font-style: normal;color: rgb(255,184,0);">SCRAPS OF MECHANICAL SOULS (2022)</h4>
<p class="card-text" style="font-family: Inconsolata, monospace;color: rgb(255,255,255);">From the mechanical mind of an AI (GPT-2) come 5 brief encounters of absurd and disarming everyday life that suggest a new point of view on humanity, underlining its fragmentary and mechanical nature.<br></p><a class="btn btn-primary"
role="button" style="font-family: 'Open Sans', sans-serif;background-color: rgb(255,184,0);color: rgb(0,0,0);" href="https://watch.paus.tv/watch/afbb696d-54f7-4270-ac67-55eefc8d5696">WATCH NOW</a></div>
</div>
</div>
<div class="col" style="margin-bottom: 17px;">
<div class="card"><img class="card-img-top w-100 d-block" src="assets/img/maxresdefault.jpg">
<div class="card-body" style="background-color: #1c1c1c;padding: 40px;">
Expand All @@ -31,14 +51,6 @@ <h4 class="card-title" style="font-family: Inconsolata, monospace;font-style: no
href="https://www.youtube.com/watch?v=LY7x2Ihqjmc&amp;ab_channel=ArsTechnica">WATCH NOW</a></div>
</div>
</div>
<div class="col" style="margin-bottom: 17px;">
<div class="card"><img class="card-img-top w-100 d-block" src="assets/img/scrapsofmechanicalsouls.jpg">
<div class="card-body" style="color: rgb(28,28,28);background-color: #1c1c1c;padding: 40px;">
<h4 class="card-title" style="font-family: Inconsolata, monospace;font-style: normal;color: rgb(255,184,0);">SCRAPS OF MECHANICAL SOULS (2022)</h4>
<p class="card-text" style="font-family: Inconsolata, monospace;color: rgb(255,255,255);">From the mechanical mind of an AI (GPT-2) come 5 brief encounters of absurd and disarming everyday life that suggest a new point of view on humanity, underlining its fragmentary and mechanical nature.<br></p><a class="btn btn-primary"
role="button" style="font-family: 'Open Sans', sans-serif;background-color: rgb(255,184,0);color: rgb(0,0,0);" href="https://briefcasefilms.cf/frammentidianimemeccaniche.html">WATCH NOW</a></div>
</div>
</div>
</div>
<div class="row row-cols-1">
<div class="col" style="margin-bottom: 17px;">
Expand Down Expand Up @@ -75,6 +87,7 @@ <h4 class="card-title" style="font-family: Inconsolata, monospace;font-style: no
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/Bold-BS4-Jumbotron-with-Particles-js.js"></script>
<script src="assets/js/clean-blog.js"></script>
<script src="assets/js/Paralax-Box.js"></script>
</body>
Expand Down
3 changes: 3 additions & 0 deletions submit.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Share+Tech">
<link rel="stylesheet" href="assets/css/Bold-BS4-Jumbotron-with-Particles-js-1.css">
<link rel="stylesheet" href="assets/css/Bold-BS4-Jumbotron-with-Particles-js.css">
<link rel="stylesheet" href="assets/css/Paralax-Box.css">
</head>

Expand Down Expand Up @@ -53,6 +55,7 @@ <h1 class="text-center"><iframe src="https://docs.google.com/forms/d/e/1FAIpQLSf
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/Bold-BS4-Jumbotron-with-Particles-js.js"></script>
<script src="assets/js/clean-blog.js"></script>
<script src="assets/js/Paralax-Box.js"></script>
</body>
Expand Down

0 comments on commit 5f55716

Please sign in to comment.