Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace all http links with https #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SCHEDULE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lectures Schedule for the [HTML Basics Course](http://telerikacademy.com/Courses/Courses/Details/324) @ [Telerik Academy](http://academy.telerik.com)
# Lectures Schedule for the [HTML Basics Course](https://telerikacademy.com/Courses/Courses/Details/324) @ [Telerik Academy](http://academy.telerik.com)

## Schedule by dates

Expand Down
6 changes: 3 additions & 3 deletions Topics/00. Course-Introduction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
- Homework assignments due few days after each lecture
- No excuses for being late
- Deadlines are final & enforced by the system</u>
- Submit homework through [telerikacademy.com](http://telerikacademy.com)
- Submit homework through [telerikacademy.com](https://telerikacademy.com)

<!-- attr: { id:'', class:'', showInPresentation:'True', hasScriptWrapper:'False', style:'font-size: 42px' } -->
# Homework Peer Reviews
Expand Down Expand Up @@ -198,7 +198,7 @@
<!-- attr: { id:'', class:'', showInPresentation:'True', hasScriptWrapper:'False', style:'font-size: 42px' } -->
# Course Web Site & Forums
- Register for the "Telerik Academy Forums":
- http://telerikacademy.com/Forum/Category/27/HTML-CSS
- https://telerikacademy.com/Forum/Category/27/HTML-CSS
- Discuss the course exercises with your colleagues
- Find solutions for the exercises
- Share source code / discuss ideas
Expand All @@ -215,7 +215,7 @@
- Homework peer reviews
- Presence cards with barcode
- Reports about your results
- [telerikacademy.com/Courses/Courses/Details/324](http://telerikacademy.com/Courses/Courses/Details/324)
- [telerikacademy.com/Courses/Courses/Details/324](https://telerikacademy.com/Courses/Courses/Details/324)
<img class="slide-image" showInPresentation="true" src="imgs/pic42.png" style="top:37.91%; left:70.03%; width:25%; z-index:-1" />


Expand Down
2 changes: 1 addition & 1 deletion Topics/01. Web-Basics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrom

<!-- attr: { class:'slide-section', showInPresentation: true } -->
# Questions?
## Ask at [our forum](http://telerikacademy.com/Forum/Category/27/html-css)
## Ask at [our forum](https://telerikacademy.com/Forum/Category/27/html-css)


<!-- attr: {hasScriptWrapper: true } -->
Expand Down
2 changes: 1 addition & 1 deletion Topics/02. HTML-Fundamentals/demos/03.Common-elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<title>HTML Common Tags</title>
</head>
<body>
<a href="http://www.telerik.com/" title="Telerik">Link to Telerik Web site</a>
<a href="https://www.telerik.com/" title="Telerik">Link to Telerik Web site</a>
<img src="images/seb-ninja.png" width="50" alt="logo" />
This text is <em>emphasized.</em>
<br />new line<br />
Expand Down
4 changes: 2 additions & 2 deletions Topics/05. Semantic-HTML/demos/semantic-html5-tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h2>Audio</h2>
<source src="https://exit.sc/?url=http%3A%2F%2Falonetone.com%2Ftrgbanks%2Ftracks%2Finto-the-sunset-no-copyright-1.mp3" type="audio/mp3">
Your browser dose not support HTML5 audio.
</audio>

<p>
Audio courtesy: <strong>TRG Banks, Into The Sunset (No Copyright)</strong>
<br />Source: <a href="https://soundcloud.com/trgbanks/into-the-sunset-no-copyright" target="_blank">TRG Banks (Soundcloud)</a>
Expand All @@ -115,7 +115,7 @@ <h2>Video</h2>
<summary>Copyright 2015.</summary>
<p> - by Telerik Academy. All Rights Reserved.</p>
<p>
<a href="http://telerikacademy.com">http://telerikacademy.com</a>.
<a href="https://telerikacademy.com">https://telerikacademy.com</a>.
</p>
</details>
</footer>
Expand Down