ulfben

infoscreen markup sample

Apr 17th, 2019
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. # Course Application Info
  2. ## E22
  3. ### 10th of April, E22
  4.  
  5. You have to apply for courses for the autumn. This meeting will explain which courses you **should** apply to and which alternatives there are. Finally, our graduation officer [Marianne Thorén](http://katalog.uu.se/empinfo/?id=N12-2420) will explain what credits you need for your degree.
  6.  
  7. * **13:00 - 13:45** for first years
  8. * **14:00 - 14:45** for second years
  9. * also welcoming third year students, should you have questions about your degree
  10.  
  11. ---
  12.  
  13. ### Schedule:
  14. <iframe class="embed-responsive embed-responsive-16by9" allowfullscreen="" mozallowfullscreen="" webkitallowfullscreen="" src="https://cloud.timeedit.net/uu/web/schema/ri.html?h=f&sid=1003&p=0.m%2C8.h&objects=x.78.Gotland.211.&ox=0&types=0&fe=0&cch=193-57%2C196-50%2C207-68&h2=2" style="width: 100%; height: 100%; max-height: 100%; max-width: 100%;"></iframe>
  15.  
  16. ----
  17.  
  18. ![](Anders-GGA-Exhibition-40.jpg)
  19.  
  20. An inline image
  21.  
  22. ---
  23.  
  24. [data-background-image=Anders-GGA-Exhibition-40.jpg]
  25. [data-background-size=contain]
  26. [style-background-color=transparent]
  27.  
  28. a background image (contained)
  29.  
  30. ---
  31. Some source code...
  32.  
  33. ```javascript
  34. $.ajax({
  35. url: "/api/getWeather",
  36. data: {
  37. zipcode: 97201
  38. },
  39. success: function( data ) {
  40. $( "#weather-temp" ).html( "" + data + " degrees" );
  41. }
  42. });
  43. ```
  44.  
  45. ---
  46.  
  47. [plugin:youtube](https://youtu.be/TBMfR5NQW9M)
Add Comment
Please, Sign In to add comment