File tree 2 files changed +44
-1
lines changed
2 files changed +44
-1
lines changed Original file line number Diff line number Diff line change @@ -646,7 +646,7 @@ <h2 class="title">My Programming & AI Journey</h2>
646
646
< div class ="services-container ">
647
647
< div class ="serv-content ">
648
648
<!-- Step IT Academy -->
649
- < a href ="https://aykhan.net/tasks/ step-it-academy/ " class ="card ">
649
+ < a href ="https://aykhan.net/step-it-academy/ " class ="card ">
650
650
< div class ="box ">
651
651
< img src ="https://media.aykhan.net/assets/icons/step-it-academy-blue.png " alt ="Step IT Academy " style ="height: 90px; margin-top: -20px; ">
652
652
< div class ="text "> Step IT Academy</ div >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+
4
+ < head >
5
+ < meta charset ="utf-8 ">
6
+ < meta http-equiv ="x-ua-compatible " content ="ie=edge ">
7
+ < title > Step IT Academy | aykhan.net</ title >
8
+ < meta name ="description " content ="Step IT Academy | aykhan.net ">
9
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
10
+ < meta name ="msapplication-tap-highlight " content ="no ">
11
+ < link rel ="icon " type ="image/x-icon "
12
+ href ="https://res.cloudinary.com/dbriqxpaa/image/upload/v1680096853/Logo/logo-xl-ico_qzbf7d.ico " />
13
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css " />
14
+ < link rel ="stylesheet " href ="../home/css/application.css ">
15
+ < link rel ="stylesheet " href ="../home/css/variables.css ">
16
+ </ head >
17
+
18
+ < body >
19
+ < section class ="case-studies " itemscope ="" itemprop ="mainContentOfPage " class ="case-studies-section " style ="padding: 3%; ">
20
+ < div class ="section-mask "> </ div >
21
+ < div class ="content ">
22
+ < div class ="section-text-mask ">
23
+ < h4 class ="h5 section-subtitle "> Step IT Academy</ h4 >
24
+ </ div >
25
+ < div class ="section-text-mask ">
26
+ < h2 class ="h3 section-title "> Choose One</ h2 >
27
+ </ div >
28
+ < ul class ="case-studies-list " id ="step-it-academy-items ">
29
+
30
+
31
+ </ ul >
32
+ </ div >
33
+ </ section >
34
+ </ body >
35
+
36
+ < script src ="../home/js/source.js "> </ script >
37
+ < script src ="../home/js/application.js "> </ script >
38
+ < script >
39
+ var dataSource = 'https://data.aykhan.net/data/metadata/step-it-academy/metadata.json'
40
+ new PageLinkDataManager ( dataSource ) . addPageLinkItems ( )
41
+ </ script >
42
+
43
+ </ html >
You can’t perform that action at this time.
0 commit comments