~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
6a9abfb1
—
pyrossh 1 year ago
improve mobile cv
- src/routes/cv/+page.svelte +9 -14
src/routes/cv/+page.svelte
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<ul>
|
|
17
17
|
<li>
|
|
18
18
|
<b>John Lewis</b>
|
|
19
|
-
<ul>
|
|
19
|
+
<ul class="children:list-disc">
|
|
20
20
|
<li>Built a social quiz game to improve engagement across the website</li>
|
|
21
21
|
<li>
|
|
22
22
|
Implemented new functionality in customer self serve functions like returns,
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
</li>
|
|
39
39
|
<li>
|
|
40
40
|
<b>iOWNA</b>
|
|
41
|
-
<ul>
|
|
41
|
+
<ul class="children:list-disc">
|
|
42
42
|
<li>Built a content editor for curators to create content on our platform</li>
|
|
43
43
|
<li>
|
|
44
44
|
Built the iOWNA crossplatform app in react-native that works in android, ios, and web
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
</li>
|
|
56
56
|
<li>
|
|
57
57
|
<b>Zeta</b>
|
|
58
|
-
<ul>
|
|
58
|
+
<ul class="children:list-disc">
|
|
59
59
|
<li>
|
|
60
60
|
Added multiple download formats (pdf,html,xlsx) for reports in the Reporting Center
|
|
61
61
|
</li>
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
</li>
|
|
73
73
|
<li>
|
|
74
74
|
<b>Lifebox</b>
|
|
75
|
-
<ul>
|
|
75
|
+
<ul class="children:list-disc">
|
|
76
76
|
<li>Added search functionality to the hospital procedure codes</li>
|
|
77
77
|
<li>
|
|
78
78
|
Converted the Health Questionnaire from json to native go code making it easier to
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
Numberz integrates banking with your day-2-day business work-flows freeing up a lot of effort,
|
|
97
97
|
time and heart-burn, to help your business grow.
|
|
98
98
|
</h5>
|
|
99
|
-
<ul>
|
|
99
|
+
<ul class="children:list-disc">
|
|
100
100
|
<li>Implemented new features and fixed bugs on the numberz android app</li>
|
|
101
101
|
<li>Integrated numberz with Tally ERP</li>
|
|
102
102
|
<li>
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
Playlyfe is an online Gamification Platform which empowers anyone to design and implement a
|
|
131
131
|
gamified system.
|
|
132
132
|
</h5>
|
|
133
|
-
<ul>
|
|
133
|
+
<ul class="children:list-disc">
|
|
134
134
|
<li>Built the Playlyfe Hybrid Mobile app using Phonegap for Android and iOS</li>
|
|
135
135
|
<li>Built the leaderboard system using Mongodb, Redis and Couchbase as the datastore</li>
|
|
136
136
|
<li>Migration of data from v1 to v2 of the API</li>
|
|
@@ -165,18 +165,13 @@
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
ul {
|
|
168
|
-
margin: 0.5rem;
|
|
169
|
-
|
|
168
|
+
@apply m-2 pl-2 sm:pl-5;
|
|
170
|
-
@media (--mobile) {
|
|
171
|
-
margin: 0.5rem;
|
|
172
|
-
padding-left: 1rem;
|
|
173
|
-
}
|
|
174
169
|
}
|
|
175
170
|
|
|
176
|
-
li {
|
|
171
|
+
/* li {
|
|
177
172
|
list-style-type: disc;
|
|
178
173
|
list-style-position: outside;
|
|
179
|
-
}
|
|
174
|
+
} */
|
|
180
175
|
|
|
181
176
|
h3 {
|
|
182
177
|
font-weight: 700;
|