-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvtr-projects-home.html
189 lines (179 loc) · 6.55 KB
/
vtr-projects-home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="Freelancer :: Full stack web developer :: portfolio of senthil kannan from pungavarnatham :: front end developer :: reactjs developer"
/>
<meta
name="keywords"
content="Best freelancer around kovilpatti,Best freelancer around Thoothukudi, Freelancer,web design courses,web design tutorials, learn web development, free programming courses,kovilpatti,tuticorin,Thoothukudi,senthilkannan,User Interface Design,senthil kannan,pungavarnatham,website developer,Top Design Firms,techkanna,programming courses, programming tutorials,web development courses,techkannan,UI/UX,javascript courses, html courses, usability consulting, web developer in pungavarnatham, web development in pungavarnatham, freelancer in pungavarnatham, Design Company"
/>
<meta name="author" content="senthilkannan" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
crossorigin="anonymous"
/>
<link rel="shortcut icon" type="image/x-icon" href="img/mylogo.svg" />
<link rel="stylesheet" href="css/main.css" />
<title>Techkanna | Vannila To React</title>
</head>
<body>
<header>
<button class="menu-btn" aria-label="menu button">
<div class="btn-line"></div>
<div class="btn-line"></div>
<div class="btn-line"></div>
</button>
<nav class="menu">
<div class="menu-branding">
<div class="portrait"></div>
</div>
<ul class="menu-nav">
<li class="nav-item">
<a href="index.html" class="nav-link"> Home </a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link"> About Me </a>
</li>
<li class="nav-item current">
<a href="work.html" class="nav-link"> My Work </a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link"> How To Reach Me </a>
</li>
</ul>
</nav>
</header>
<main id="work">
<h1 class="lg-heading">
vanilla js to
<span class="text-secondary">react js</span>
</h1>
<h2 class="sm-heading">Check out some of my converted projects...</h2>
<div class="projects">
<!-- breakout -->
<div class="item">
<a href="https://techkanna.github.io/vtr-breakout/">
<img src="img/projects/vtr-breakout.png" alt="Project" />
</a>
<a href="https://techkanna.github.io/vtr-breakout/" class="btn-light">
<i class="fas fa-eye"></i> Project
</a>
<a href="https://github.com/techkanna/vtr-breakout" class="btn-dark">
<i class="fab fa-github"></i> Github
</a>
</div>
<!-- hangman -->
<div class="item">
<a href="https://techkanna.github.io/vtr-hangman/">
<img src="img/projects/hangman.png" alt="Project" />
</a>
<a href="https://techkanna.github.io/vtr-hangman/" class="btn-light">
<i class="fas fa-eye"></i> Project
</a>
<a href="https://github.com/techkanna/vtr-hangman" class="btn-dark">
<i class="fab fa-github"></i> Github
</a>
</div>
<!-- Array methods -->
<div class="item">
<a href="https://techkanna.github.io/vtr-array-methods/">
<img src="img/projects/vtr-array-m.png" alt="Project" />
</a>
<a
href="https://techkanna.github.io/vtr-array-methods/"
class="btn-light"
>
<i class="fas fa-eye"></i> Project
</a>
<a
href="https://github.com/techkanna/vtr-array-methods/"
class="btn-dark"
>
<i class="fab fa-github"></i> Github
</a>
</div>
<!-- expence tracker -->
<div class="item">
<a href="https://techkanna.github.io/vtr-expense-tracker/">
<img src="img/projects/expence-tracker.png" alt="Project" />
</a>
<a
href="https://techkanna.github.io/vtr-expense-tracker/"
class="btn-light"
>
<i class="fas fa-eye"></i> Project
</a>
<a
href="https://github.com/techkanna/vtr-expense-tracker"
class="btn-dark"
>
<i class="fab fa-github"></i> Github
</a>
</div>
<!-- form validatore -->
<div class="item">
<a href="https://techkanna.github.io/vtr-form-validator/">
<img src="img/projects/form-validator.png" alt="Project" />
</a>
<a
href="https://techkanna.github.io/vtr-form-validator/"
class="btn-light"
>
<i class="fas fa-eye"></i> Project
</a>
<a
href="https://github.com/techkanna/vtr-form-validator"
class="btn-dark"
>
<i class="fab fa-github"></i> Github
</a>
</div>
<!-- Music player -->
<div class="item">
<a href="https://techkanna.github.io/vtr-music-player/">
<img src="img/projects/music-player.png" alt="Project" />
</a>
<a
href="https://techkanna.github.io/vtr-music-player/"
class="btn-light"
>
<i class="fas fa-eye"></i> Project
</a>
<a
href="https://github.com/techkanna/vtr-music-player"
class="btn-dark"
>
<i class="fab fa-github"></i> Github
</a>
</div>
<!-- Memory card -->
<div class="item">
<a href="https://techkanna.github.io/vtr-memory-cards/">
<img src="img/projects/memory-card.png" alt="Project" />
</a>
<a
href="https://techkanna.github.io/vtr-memory-cards/"
class="btn-light"
>
<i class="fas fa-eye"></i> Project
</a>
<a
href="https://github.com/techkanna/vtr-memory-cards"
class="btn-dark"
>
<i class="fab fa-github"></i> Github
</a>
</div>
</div>
</main>
<footer id="main-footer">Copyright © 2023</footer>
<script src="js/main.js"></script>
</body>
</html>