Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ebtelmarz committed Oct 13, 2020
0 parents commit 4fffc25
Show file tree
Hide file tree
Showing 15 changed files with 1,998 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/marvel.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 67 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
<!DOCTYPE html>

<html lang="en">
<head>
<link rel='icon' href='static/logos/marvel_logo.png' type='image/x-icon'/>
<meta charset='utf-8'/>

<title>MARVEL CINEMATIC UNIVERSE</title>

<script src='https://d3js.org/d3.v4.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js'
integrity='sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=' crossorigin='anonymous'></script>

<link rel="stylesheet" href="mycss.css">
<link rel='stylesheet' type='text/css' href='https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis.min.css'>
<link href='https://fonts.googleapis.com/css?family=Marvel&display=swap' rel='stylesheet'>
<link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css'
integrity='sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm' crossorigin='anonymous'>
</head>

<body style="background-color: #202020">

<header class='site-header'>
<nav class='navbar navbar-expand-md navbar-dark bg-steel fixed-top'>
<div class='container'>
<div style="margin-right: 50px; padding-right: 0px; margin-left: -50px">
<img id ='logo' src="static/infinity_gauntlet_png_by_stark3879_dcqnxuc-fullview.png" height="100px" >

<p style="color: #FFFFFF; font-size: 20px; padding-top: 5px">Reset visualization</p>
</div>
<a class='navbar-brand' style='height: 70px; width: 200px'>
<img src='static/logos/marvel_rit.png' onclick="generate_simulation()" width='50%'
class='d-inline-block align-top' alt=''
style='width: 90%; margin-left: -60px'>

</a>
<div class='collapse navbar-collapse' id='navbarToggle' style='margin-top: 15px'>
<div class='navbar-nav mr-auto'>
<a class='nav-item nav-link' style='color: #FA000B; font-size: 25px; margin-left: -100px'>MARVEL CINEMATIC UNIVERSE EXPLORATION</a>
</div>
</div>
<div style="margin-top:10px; margin-right:20px; padding-left: 20px; padding-right: 20px; padding-top: 10px; border: 3px solid #F7AF63">
<p style="color: #FA000B; font-size: 14px; font-weight: bold;">PHASE I</p>
<p style="color: #9CDDC8; font-size: 14px; font-weight: bold;">PHASE II</p>
<p style="color: #BE5ADF; font-size: 14px; font-weight: bold;">PHASE III</p>
</div>
<div style="margin-right: -150px">
<img alt='loghetto' id="vai" src="static/Marvel's_Avengers_Assemble_opening_logo.png" height="100px">
<p style="color: #FFFFFF; font-size: 20px; padding-top: 5px">Select your nodes then click here!</p>
</div>
</div>
</nav>
</header>

<!--<div>
<video width="300" height="200" controls>
<source src="static/animation.gif.mp4" type="video/mp4">
</video>
</div>-->

<svg width="1800" height="900" viewBox="-480 -400 960 900"></svg>

<script src="scripts/main_2.js"></script>
</body>


</html>
101 changes: 101 additions & 0 deletions mycss.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
body{
/* background-image:url("wallpaper.png");
background-size:cover;
background-repeat:no-repeat;*/
background-color: #202020;
color: #FFFFFF;
}
#phase1 {
/* width: 600px; */
width: auto;
height: 1100px;

background-color: rgb(248, 248, 248);
margin: auto
}
#phase2 {
/* width: 600px; */
width: auto;
height: 1100px;

background-color: rgb(248, 248, 248);
margin: auto
}
#phase3 {
/* width: 600px; */
width: auto;
height: 1100px;

background-color: rgb(248, 248, 248);
margin: auto
}
#characters{
width: auto;
height: 1000px;
background-color: #202020;
margin: auto
}
#heroes{
position: relative;
width: auto;
height: 1000px;

background-color: #202020;
margin: auto
}
#avengers{
width: auto;
height: 800px;

background-color: #202020;
margin: auto
}
#villain{
width: auto;
height: 900px;

background-color: #202020;
margin: auto
}
#title_phase {
text-align: center;
font-family: 'Courier 10 Pitch', sans-serif;
}
.site-header{
text-align: center;
font-family: 'Courier 10 Pitch', sans-serif;
font-weight: normal;
font-size: x-large;
background-color: #202020;
height: 165px;
}
.column {
float: left;
width: 33%;
}
#legend-container{
padding: 5px;

}
.relation {
display: inline-block;
width: 80px;
height: 17px;
margin-bottom: 6px;
font-size: x-large
}
.bg-light {
background-color: #FFFFFF!important;
}
.btn{
font-family: 'Courier 10 Pitch', sans-serif;
font-weight: normal;
font-size: x-large;


}
.btn-light {
background-color: #FFFFFF;
color: #FA000B;
border-color: #FFFFFF;
}
Loading

0 comments on commit 4fffc25

Please sign in to comment.