5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
6
< title > My Portfolio</ title >
7
7
< link rel ="stylesheet " href ="css/index.css " />
8
+ < script
9
+ data-ad-client ="ca-pub-8400941299340017 "
10
+ async
11
+ src ="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "
12
+ > </ script >
8
13
</ head >
9
14
< body >
10
15
< div class ="hero-wrapper ">
11
16
< div class ="wrapper ">
12
17
< header >
13
- < a href ="# " class ="logo "> Dhivakar</ a >
18
+ < a href ="/ " class ="logo "> Dhivakar</ a >
14
19
< nav >
15
20
< ul >
16
- < li > < a href ="index.html "> Home</ a > </ li >
21
+ < li > < a href ="/ "> Home</ a > </ li >
17
22
< li > < a href ="#about "> About</ a > </ li >
18
- < li > < a href ="https://scrimba.com/playlist/pWrQGHW "> Courses</ a > </ li >
23
+ < li > < a href ="https://scrimba.com/@selvakumardhivakar "> Courses</ a > </ li >
19
24
</ ul >
20
25
</ nav >
21
26
</ header >
@@ -30,7 +35,7 @@ <h1>I'm currently an instructor in Scrimba and youtube!</h1>
30
35
< ul class ="stats ">
31
36
< li >
32
37
< strong >
33
- ~ 0
38
+ ~ 7
34
39
</ strong >
35
40
< span >
36
41
followers on Youtube
@@ -46,15 +51,15 @@ <h1>I'm currently an instructor in Scrimba and youtube!</h1>
46
51
</ li >
47
52
< li >
48
53
< strong >
49
- ~ 0
54
+ ~ 0
50
55
</ strong >
51
56
< span >
52
57
views on Youtube
53
58
</ span >
54
59
</ li >
55
60
< li >
56
61
< strong >
57
- > 921
62
+ > 820
58
63
</ strong >
59
64
< span >
60
65
minute views on Scrimba
@@ -63,41 +68,47 @@ <h1>I'm currently an instructor in Scrimba and youtube!</h1>
63
68
</ ul >
64
69
</ div >
65
70
< div class ="extended-wrapper carousal-container ">
66
- < img class ="arrows left " id ="left-arrow " src ="https://img.icons8.com/metro/26/000000/down--v1.png ">
67
- </ img >
71
+ < img
72
+ class ="arrows left "
73
+ id ="left-arrow "
74
+ src ="https://img.icons8.com/metro/26/000000/down--v1.png "
75
+ />
68
76
< ul class ="carousal ">
69
77
< li >
70
- < blockquote >
71
- I have created a youtube channel called Vuelancer for making videos on full-stack development.
72
- It mainly focuses on Vuejs, Flutter, Nodejs, etc.
73
- </ blockquote >
74
- < cite > Youtube</ cite >
78
+ < a href ="https://www.youtube.com/channel/UC0hmXRqXYVO0mocVt5D3GkQ ">
79
+ < blockquote >
80
+ I have created a youtube channel called Vuelancer for making videos on full-stack
81
+ development. It mainly focuses on Vuejs, Flutter, Nodejs, etc.
82
+ </ blockquote >
83
+ < cite > Youtube</ cite >
84
+ </ a >
75
85
</ li >
86
+
76
87
< li >
77
- < blockquote >
78
- I already created a python playlist (course content) on Scrimba, you can find the link on "courses" tab above.
79
- I'm planning to finish the python course cited above and make contents including tensorflowjs, vuejs, etc.
80
- </ blockquote >
81
- < cite > Scrimba</ cite >
88
+ < a href ="http://www.scrimba.com/@selvakumardhivakar ">
89
+ < blockquote >
90
+ I have created a python playlist (course content) on Scrimba, you can find the link
91
+ on "courses" tab above. I'm planning to finish the python course and make contents
92
+ including chartjs, tensorflowjs, vuejs, etc.
93
+ </ blockquote >
94
+ < cite > Scrimba</ cite >
95
+ </ a >
82
96
</ li >
83
97
</ ul >
84
- < img class ="arrows right " id ="right-arrow " src ="https://img.icons8.com/metro/26/000000/down--v1.png ">
98
+ < img
99
+ class ="arrows right "
100
+ id ="right-arrow "
101
+ src ="https://img.icons8.com/metro/26/000000/down--v1.png "
102
+ />
85
103
</ div >
86
104
</ div >
87
105
< div class ="wrapper move-up v-padding ">
88
106
< h2 > Technologies I'm interested in...</ h2 >
89
107
< ul class ="technologies ">
90
108
< li >
91
- <!-- <img class="tech" src="https://vuejs.org/images/logo.png" alt="" srcset="" /> -->
92
109
< p > Vuejs</ p >
93
110
</ li >
94
111
< li >
95
- <!-- <img
96
- class="tech"
97
- src="https://hoshcoding.com/storage/images/flutter_1552925191.png"
98
- alt=""
99
- srcset=""
100
- /> -->
101
112
< p > Flutter</ p >
102
113
</ li >
103
114
< li > < p > Ionic</ p > </ li >
@@ -112,6 +123,18 @@ <h2>Here, you can find me!</h2>
112
123
< li >
113
124
< p > < a href ="https://scrimba.com/@selvakumardhivakar "> Scrimba</ a > </ p >
114
125
</ li >
126
+
127
+ < li >
128
+ < p > < a href ="https://github.com/Vuelancer "> Vuelancer-Github</ a > </ p >
129
+ </ li >
130
+ </ ul >
131
+ </ div >
132
+ < div class ="wrapper move-up " id ="email ">
133
+ < h2 > Contact Me</ h2 >
134
+ < ul class ="email ">
135
+ < li >
136
+ < p > Email - vutterdev@gmail.com</ p >
137
+ </ li >
115
138
</ ul >
116
139
</ div >
117
140
</ body >
0 commit comments