Advertisement
Guest User

Untitled

a guest
Dec 11th, 2019
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.76 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <style>
  6. body {
  7. -webkit-animation: colorchange 60s infinite;
  8. animation: colorchange 60s infinite;
  9. }
  10. @-webkit-keyframes colorchange {
  11. 0% {background: #e6ccff;}
  12. 25% {background: #e6ccff;}
  13. 50% {background: #e6ccff;}
  14. 75% {background: #e6ccff;}
  15. 100% {background: #e6ccff;}
  16. }
  17. @keyframes colorchange {
  18. 0% {background: #e6ccff;}
  19. 25% {background: #e6ccff;}
  20. 50% {background: #e6ccff;}
  21. 75% {background: #e6ccff;}
  22. 100% {background: #e6ccff;}
  23. }
  24. </style>
  25.  
  26. <style>
  27. body {margin:0;}
  28.  
  29. ul {
  30. list-style-type: none;
  31. margin: 0;
  32. padding: 0;
  33. overflow: hidden;
  34. background-color: #333;
  35. position: fixed;
  36. top: 0;
  37. width: 100%;
  38. }
  39.  
  40. li {
  41. float: left;
  42. }
  43.  
  44. li a {
  45. display: block;
  46. color: white;
  47. text-align: center;
  48. padding: 14px 16px;
  49. text-decoration: none;
  50. }
  51.  
  52. li a:hover:not(.active) {
  53. background-color: #111;
  54. }
  55.  
  56. .active {
  57. background-color: #e6ccff;
  58. }
  59. </style>
  60.  
  61. <meta charset="utf-8"/>
  62.  
  63.  
  64. <title>Zachary Vanzile's Grand site </title>
  65. <link rel="stylesheet" href="css/main.css">
  66. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
  67. <link rel="stylesheet" href="css/bootstrap.min.css">
  68. <link rel="stylesheet" href="css/bootstrap-theme.min.css">
  69. <!-- Required meta tags -->
  70. <meta charset="utf-8">
  71. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  72.  
  73. <!-- Bootstrap CSS -->
  74. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
  75.  
  76. </head>
  77.  
  78. <header>
  79.  
  80. <a name="home"></a>
  81.  
  82. <h1>Zachary Vanzile's Grand site</h1>
  83.  
  84.  
  85.  
  86. <div class="container">
  87. <div class="row">
  88. <div class="col-sm-12">
  89.  
  90. <div id="myslider" class="carousel slide" data-ride="carousel">
  91.  
  92. <!-- indicators dot nov -->
  93. <ol class="carousel-indicators">
  94. <li data-target="#myslider" data-slide-to="0" class="active"></li>
  95. <li data-target="#myslider" data-slide-to="1"></li>
  96. <li data-target="#myslider" data-slide-to="2"></li>
  97. </ol>
  98.  
  99. <!-- wrapper for slides-->
  100. <div class="carousel-inner">
  101. <div class="carousel-item active">
  102. <img class="d-block w-100" width="1300" height="600" src="pilot/happy.jpg" alt="happy">
  103. <div class="carousel-caption d-none d-md-block">
  104. <h5>A happy boy</h5>
  105. <p>he was happy once</p>
  106. </div>
  107. </div>
  108. <div class="carousel-item">
  109. <img class= "d-block w-100" width="1300" height="600" src="pilot/eh.jpg" alt="eh">
  110. <div class="carousel-caption d-none d-md-block">
  111. <h5>A meh boy</h5>
  112. <p>he's very bored</p>
  113. </div>
  114. </div>
  115. <div class="carousel-item">
  116. <img class="d-block w-100" width="1300" height="600" src="pilot/sad.jpg" alt="sad">
  117. <div class="carousel-caption d-none d-md-block">
  118. <h5>A sad boy</h5>
  119. <p>help him</p>
  120. </div>
  121. </div>
  122. </div>
  123.  
  124. <a class="carousel-control-prev" href="#myslider" role="button" data-slide="prev">
  125. <span class="carousel-control-prev-icon" aria-hidden="true"></span>
  126. <span class="sr-only">Previous</span>
  127. </a>
  128. <a class="carousel-control-next" href="#myslider" role="button" data-slide="next">
  129. <span class="carousel-control-next-icon" aria-hidden="true"></span>
  130. <span class="sr-only">Next</span>
  131. </a>
  132. </div>
  133. </div>
  134. </div>
  135. </div>
  136.  
  137.  
  138.  
  139. </header>
  140.  
  141. <body>
  142.  
  143. <ul>
  144. <li><a class="active" href="#home">Home</a></li>
  145. <li><a href="#aboutme">About Me</a></li>
  146. <li><a href="#image">Image Editing</a></li>
  147. <li><a href="#audio">Audio</a></li>
  148. <li><a href="#video">Video</a></li>
  149. <li><a href="#new-tech">New Technologies</a></li>
  150. <li><a href="#blog">My blog</a></li>
  151. <li><a href="#special">special section</a></li>
  152. </ul>
  153.  
  154. <div class="row">
  155. <div class="col-md-3">
  156. <a name="aboutme"></a>
  157. <h2>About Me</h2><img src="pilot/me.gif" />
  158. </div>
  159. </div>
  160.  
  161. <div class="row">
  162. <div class="col-md-6">
  163. Hi! My name is Zachary vanzile, I came into this class wanting to learn more about the digital world and how that knowlege can help me with my endevors of facing the world and it's future of the technological era. This world is advancing very fast now these days, and since i'm still young and spry grwoing up in this generation, it is almost like it's my duty to adapt with it so i can help this world and be a contributing member of society in it! I've never been the most technological man, i've really only used a computer enough so that i can really get what i need for the programs i use to work on a day to day basis, but after taking this class i can say that i have learned a lot of ways to help my self in a variety of different situations.
  164. </div> <div class="col-md-6">
  165.  
  166. <img src="pilot/funniman.jpeg" />
  167.  
  168. <p>image of me!</p>
  169. <a href="https://zacharysresume.000webhostapp.com"> <button>My Resume</button></a>
  170. </div>
  171. </div>
  172.  
  173. <div class="row">
  174. <div class="col-md-6">
  175. <a name="image"></a>
  176. <h2>Image Editing Experience</h2><img src="pilot/me2.gif" />
  177. </div>
  178. </div>
  179.  
  180. <div class="row">
  181. <div class="col-md-6">
  182. <h4>Histogram</h4>
  183. </div>
  184. </div>
  185. <div class="row">
  186. <div class="col-md-6">
  187. <p>One of the assighnments i had to do for this Was to fiddle around a bit with photoshop's histogram function. I wanted to have a more darker, night time look to the picture, but i didn't want to go over board with it, so i took a more subtle approach with this flower to make it look like it's only slightly basking in the sun during a 6 pm evening.</p>
  188. </div><div class="col-md-6">
  189. <img src="pilot/flower.png">
  190. </div>
  191. </div>
  192.  
  193. <div class="row">
  194. <div class="col-md-6">
  195. <a name="audio"></a>
  196. <h2>Audio Experience</h2><img src="pilot/me%203.gif" />
  197. </div>
  198. </div>
  199. <div class="row">
  200. <div class="col-md-6">
  201. <h4>Social media inderview</h4>
  202. <p>For this project i had to interview a family member (my brother) about the hot technological issues that are currently pleaging our scociety. I chose jazz for this assighnment, it's really good for setting a certian mood, a mood that serenates the listener, calms them down a bit, but also gets them ready because jazz is also the kind of music you listen to when your ready to get some awnsers out of people with your riveting questions.</p>
  203. <a href="https://soundcloud.com/zach-dewd/zachary-vanzile-interview">
  204. <button>The interview</button></a>
  205. </div><div class="col-md-6">
  206. <h4>My Podcast</h4>
  207. <p>This project was similar to the Social media interview project, but this one was a bit more chill and relaxed discussion about the going ons of the current technological world. I kind of sprung this assighnment on my brother a little bit suddenly so he didn't really have much of an insight on the topics i had prepared for him, but that's ok because i din't want to stress him out too hard about thinking about what to say for this minisode because i wanted it to be structured more like a normal conversation, and in conversations we're not always bursting with charisma at the seams, we some times fumble over our words a little bit thinking really carefully about what we want to say next.</p>
  208. <a href="https://soundcloud.com/zach-dewd/vanzilezacharyminisode">
  209. <button>The podcast</button></a>
  210. </div>
  211. </div>
  212.  
  213. <div class="row">
  214. <div class="col-md-6">
  215. <a name="video"></a>
  216. <h2>Video Experience</h2><img src="pilot/me4.gif" />
  217. </div>
  218. </div>
  219. <div class="row">
  220. <div class="col-md-3">
  221. <h4>Digital Storytelling</h4>
  222. <p>For this project i had to make a video essay about myself and a little bit about my life. Normally I'm the kind of man who likes to make silly little cartoon videos with his silly little cartoon characters, but, despite the silly format and cartoonish looking character that represents myself, i decided to make this video a bit more of a serious one of sorts, a one that comes from the heart and hopefully inspires a fellow viewer watching it, because, as i said in my video, that is what i'm really reaching out to do as a cartoonist</p>
  223. </div><div class="col-md-3">
  224. <iframe width="300" height="200" src="https://www.youtube.com/embed/gujii_vyRkc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  225. </div><div class="col-md-3">
  226. <h4>VFX</h4>
  227. <p>For this project I had to really work my skills and see what i could really do in adobe after effect. this was my first time really working on the program and i must say i'm really surprised at all of the neat little tricks you can pull off in that program, but i also must say that it comes at a hefty price too! not a monetary one mind you, but at the price of data! If i wanted to make a high quality video, i would have to sacrafice 2.6 gigabites! but if i wanted a low quality video i that would only take about 500 megabites, there wasn't really any inbetween, it was kind of a catch 22. Luckily the effect was able to come across just fine regaurdless of quality.</p>
  228. </div><div class="col-md-3">
  229. <iframe width="300" height="200" src="https://www.youtube.com/embed/WpjJm9UCDxQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  230. </div>
  231. </div>
  232.  
  233. <div class="row">
  234. <div class="col-md-6">
  235. <a name="new-tech"></a>
  236. <h2>New Technologues Challenges</h2><img src="pilot/me5.gif" />
  237. </div>
  238. </div>
  239. <div class="row">
  240. <div class="col-md-3">
  241. <h4>Games</h4>
  242. <p>In this paragraph I will talk about what i learned about games during my time in this class. I learned that games can sometimes drive us apart, but if you make them the right way, they can work a lot like how cartoons do and inspire us and touch our hearts, kind of like David Cage's games, or a game that came out recently titled Death Stranding, a game all about teaching the player why it's good to have connections with others and not be so alone, and that there are always people out there willing to help you out if you just ask.</p>
  243. <a href="https://www.youtube.com/watch?v=XowcxCYbug0">
  244. <button>Watch a video!</button></a>
  245. </div><div class="col-md-3">
  246. <h4>Deepfakes</h4>
  247. <p>In this paragraph I will talk about what I learned about deep fakes. Deep fakes are yet another catch 22 in the technological world, it can be helpful in bringing back the dead in a way, we can use the faces of famos people throughout history and have them teach us about what it was like back in a simpler time, really get the students of the new age imersed and stick in a memory that they will carry for quite a long time, on the other hand it can also be used for evil by putting the faces of celebrities and other important political figures on to quite damning footage and use it for there own devilish gain.</p>
  248. <a href="https://www.youtube.com/watch?v=BPpnMAcLg6U">
  249. <button>Watch a video!</button></a>
  250. </div><div class="col-md-3">
  251. <h4>AR/VR</h4>
  252. <p>In this paragraph i will talk about what I learned about AR and VR technologies. I've learned that this can help our students of the next generation in many helpful ways. As i said in the Deepfake section it is a wonderful way to really get the students immersed in there lessons and give them something they'll never forget. Just taking away there sense of sight for just a few quick minutes to make them almost feel like they're in another world can have quite a few lasting effects on how the brain processes information.</p>
  253. <a href="https://www.youtube.com/watch?v=eFHj8OVC1_s">
  254. <button>Watch a video!</button></a>
  255. </div>
  256. </div>
  257.  
  258. <div class="row">
  259. <div class="col-md-6">
  260. <a name="blog"></a>
  261. <h2>My Blog</h2><img src="pilot/me6.gif" />
  262. </div>
  263. </div>
  264. <div class="row">
  265. <div class="col-md-3">
  266. <p>In this paragraph, I will talk about the blog I made and my experiences with it. It wasn't easy thinking up of some of the subjects i had to put into it, but i must say that i am proud of the section talking about how devilish the video game industry has gotten in these past few years with how they monetize there games in there games by shoving in as many additional purchases as they can and tricking kids who buy these games into gambing all of there family's money away. It is hardly a legal practice and the games industry has been just brushing the line of what is legal and illegal for quite a while now and it's only just this year where some companies have flown too close to the sun and are getting what they had coming to them, governments are wising up and the clock is ticking with some of these companies.</p>
  267. <a href="https://funniman.com//">
  268. <button>The blog</button></a>
  269. </div>
  270. </div>
  271.  
  272. <div class="row">
  273. <div class="col-md-6">
  274. <a name="special"></a>
  275. <h2>This website</h2><img src="pilot/me7.gif" />
  276. </div>
  277. </div>
  278. <div class="row">
  279. <div class="col-md-3">
  280. <p>This site was quite the challenge to make, and i hope it was up to standard, it was quite possibly the most challengeing, yet most rewarding assighnment i've done yet in my college career. At times it felt like just shoving as much code into the sit was the soloution and it worked almost every time, it's kind of a weird feeling, but also right, like putting chips into your turkey sandwich, sure it didn't need it, yet, it doesn't feel right nor complete without it.
  281.  
  282. This was a fun little challenge, so here, have this quirky little animation.</p><img src="pilot/me8.gif" />
  283. </div>
  284. </div>
  285.  
  286. <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
  287. <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
  288. <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
  289.  
  290. </body>
  291.  
  292. <footer>
  293.  
  294. <div class="row">
  295. <div class="col-md-3">
  296. <img width="100" height="100" src="pilot/yahoo.png"><p>Email:zachary@Yahoo.com</p>
  297. <img width="100" height="100" src="pilot/phone.png"><p>Phone:737-555-5555</p>
  298. <img width="100" height="100" src="pilot/location.jpg"><p>Adress:Florida, Some st. N</p>
  299. </div> <div class="col-md-3">
  300. <img width="100" height="100" src="pilot/facebook.png">
  301. <p> </p>
  302. <img width="100" height="100" src="pilot/twitter.png">
  303. <p> </p>
  304. <img width="100" height="100" src="pilot/yoytube.png">
  305. </div>
  306. </div>
  307.  
  308. <div class="col-md-2">
  309. <p> Copyright Placeholder co.</p>
  310.  
  311. </div>
  312.  
  313. </footer>
  314.  
  315. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement