Skip to content

Commit 519cafe

Browse files
committed
added achievements
1 parent 5cc7e66 commit 519cafe

File tree

4 files changed

+248
-83
lines changed

4 files changed

+248
-83
lines changed

androidproj.html

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,47 @@ <h4 class="mb-3">Food Ordering App</h4>
150150
<br>
151151
<br>
152152

153+
<li>
154+
<i class="fa-li fa fa-check"></i>
155+
<div
156+
onmouseover="document.querySelector('#colorlib-main > section.colorlib-skills > div > div > div:nth-child(3) > article > ul > li:nth-child(1) > div > a > div:nth-child(1)').style.backgroundColor='#78C2AD'"
157+
onmouseout="document.querySelector('#colorlib-main > section.colorlib-skills > div > div > div:nth-child(3) > article > ul > li:nth-child(1) > div > a > div:nth-child(1)').style.backgroundColor=''">
158+
<a href="https://github.com/CPI-ERROR/TOYO" style="text-decoration:none;">
159+
<div>
160+
<h4 class="mb-3">Toyo (student-tution connect)</h4>
161+
</div>
162+
<div
163+
class="resume-item d-flex flex-column flex-md-row justify-content-between mb-3">
164+
<div id="divMain">
165+
<div id='left-div' class="resume-content">
166+
<img style='float:left; margin:0 20px;' width='100px;' class='img-fluid'
167+
src='images/toyo.gif'>
168+
</div>
169+
<div id='right-div' class='resume-content'>
170+
<div class="subheading mb-0">
171+
<p>An Appplication that connects private tutors (for any skills like education, sports, arts, cooking, etc) or small tutions with students looking for them.</p><br>
172+
<p>Won $2k+ 2nd Place among 400+ participants and other schwags in Hack The Mountain's 2.0 </p>
173+
</div>
174+
<div class="mb-0">
175+
<span class='badge badge-secondary'>Flutter</span>
176+
<span class='badge badge-secondary'>Firebase</span>
177+
<span class='badge badge-secondary'>Text Classification V2 Tflite model</span>
178+
</div>
179+
<br>
180+
<iframe src="https://ghbtns.com/github-btn.html?user=CPI-ERROR&repo=TOYO&type=watch&count=true&size=small&v=2" frameborder="0" scrolling="0" width="100px" height="30px"></iframe>
181+
<iframe src="https://ghbtns.com/github-btn.html?user=CPI-ERROR&repo=TOYO&type=star&count=true&size=small" frameborder="0" scrolling="0" width="100px" height="30px"></iframe>
182+
<iframe src="https://ghbtns.com/github-btn.html?user=CPI-ERROR&repo=TOYO&type=fork&count=true&size=small" frameborder="0" scrolling="0" width="100px" height="30px"></iframe>
183+
</div>
184+
</div>
185+
</div>
186+
</a>
187+
</div>
188+
</li>
189+
<br>
190+
<br>
191+
<br>
192+
<br>
193+
153194
<li>
154195
<i class="fa-li fa fa-check"></i>
155196
<div
@@ -173,7 +214,7 @@ <h4 class="mb-3">News App</h4>
173214
<div class="mb-0">
174215
<span class='badge badge-secondary'>Flutter</span>
175216
<span class='badge badge-secondary'>BLoC</span>
176-
<span class='badge badge-secondary'>API</span>
217+
<span class='badge badge-secondary'>API(newsapi.org)</span>
177218

178219
</div>
179220
<br>

css/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ body.offcanvas {
484484
.colorlib-profiles,
485485
.colorlib-softwareprojects
486486
.colorlib-education,
487+
.colorlib-achievements,
487488
.colorlib-blog,
488489
.colorlib-work,
489490
.colorlib-about,
@@ -501,7 +502,8 @@ body.offcanvas {
501502
.colorlib-skills,
502503
.colorlib-profiles
503504
.colorlib-education,
504-
.colorlib-softwareprojects
505+
.colorlib-achievements,
506+
.colorlib-softwareprojects,
505507
.colorlib-blog,
506508
.colorlib-work,
507509
.colorlib-about,

images/toyo.gif

4.72 MB
Loading

0 commit comments

Comments
 (0)