Skip to content
Snippets Groups Projects
Commit df6a1daa authored by esomo22e's avatar esomo22e
Browse files

css fix

parent b62a3ba7
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -9,22 +9,23 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="../vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
<!-- Font Awesome CSS-->
<link rel="stylesheet" href="../vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
<!-- Google fonts - Roboto-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,300,700,400italic">
<!-- owl carousel-->
<link rel="stylesheet" href="../vendor/owl.carousel/assets/owl.carousel.css">
<link rel="stylesheet" href="../vendor/owl.carousel/assets/owl.theme.default.css">
<link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.css">
<link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.css">
<!-- theme stylesheet-->
<link rel="stylesheet" href="../css/style.default.css" id="theme-stylesheet">
<link rel="stylesheet" href="css/style.default.css" id="theme-stylesheet">
<!-- Custom stylesheet - for your changes-->
<link rel="stylesheet" href="../css/custom.css">
<!-- Custom stylesheet - for your changes-->
<link rel="stylesheet" href="../css/week10.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/week10.css">
<!-- Favicon-->
<link rel="shortcut icon" href="../img/favicon.png">
<link rel="shortcut icon" href="img/favicon.png">
<!-- Tweaks for older IEs--><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
......@@ -130,7 +131,8 @@
<p>The concept for this project is to develop a body suit that covers the neck and torso that will change color and/or move (with muscle wire ) due to stimuli from the data provided. I want the results from the stimuli
to be suttle and noticeable so I felt that experimenting with thermochromatic tape and muscle wire will be best to pursue this project. </p>
<p>I was inspired by week 3, 5, and 8 </p>
<p>I was inspired by week 3, 5, and 8. I looked through the designs for the sensors and actuators in <a href = "https://www.kobakant.at/DIY/">How to get what you want</a>. I looked through those concept to find best practice to work with the muscle wire
and thermochromatic paint.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/I--O1dxEKKw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment