diff options
Diffstat (limited to 'csci4131/hw2/strap012/myWidgets.html')
-rw-r--r-- | csci4131/hw2/strap012/myWidgets.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/csci4131/hw2/strap012/myWidgets.html b/csci4131/hw2/strap012/myWidgets.html index 301cbd6..79fc15e 100644 --- a/csci4131/hw2/strap012/myWidgets.html +++ b/csci4131/hw2/strap012/myWidgets.html @@ -20,13 +20,13 @@ </nav> <br><br> <div class="grid"> - <div class="griditem", id="grid0"> + <div class="griditem" id="grid0"> <iframe width="500" height="350" src="https://www.youtube.com/embed/videoseries?list=PLkNVwyLvX_TFBLHCvApmvafqqQUHb6JwF" allow="utoplay; encrypted-media" allowfullscreen></iframe> </div> <div class="griditem" id="grid1"> <a class="twitter-timeline" data-lang="en" data-width="300" data-height="400" data-dnt="true" data-theme="light" href="https://twitter.com/elonmusk?ref_src=twsrc%5Etfw">Tweets by elonmusk</a> - <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> + <script async src="https://platform.twitter.com/widgets.js"></script> </div> <div class="griditem" id="grid2"> <blockquote class="instagram-media" data-instgrm-captioned @@ -52,8 +52,8 @@ </div> <div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" - viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" - xmlns:xlink="https://www.w3.org/1999/xlink"> + viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <g transform="translate(-511.000000, -20.000000)" fill="#000000"> <g> @@ -66,7 +66,7 @@ </svg></div> <div style="padding-top: 8px;"> <div - style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"> + style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:600; line-height:18px;"> View this post on Instagram</div> </div> <div style="padding: 12.5% 0;"></div> @@ -121,8 +121,8 @@ </blockquote> <script async src="https://www.instagram.com/embed.js"></script> </div> - <div class="griditem" id="password"> - <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro|Open+Sans+Condensed:300|Raleway' rel='stylesheet' + <div class="griditem"> + <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="passwordcheck.css" /><!-- Include Your CSS file here--> <script src="passwordcheck.js" defer></script><!-- Include Your js file here--> |