Skip to content

Commit 2024b4a

Browse files
committed
It just works!
1 parent 283a005 commit 2024b4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+21796
-41
lines changed
Binary file not shown.

public/fonts/bootstrap/glyphicons-halflings-regular.svg

+288
Binary file not shown.
Binary file not shown.
Binary file not shown.

public/fonts/icomoon/icomoon.eot

152 KB
Binary file not shown.

public/fonts/icomoon/icomoon.svg

+598

public/fonts/icomoon/icomoon.ttf

152 KB
Binary file not shown.

public/fonts/icomoon/icomoon.woff

152 KB
Binary file not shown.

public/images/Industry-4.0_01.png

11.9 KB

public/images/article.png

26.8 KB

public/images/background.jpg

3.12 MB

public/images/bikash.jpg

1.02 MB

public/images/bikash.png

1.31 MB

public/images/bikashCopy.png

1.31 MB

public/images/bikashs.jpg

6.71 KB

public/images/blog-1.jpg

52.9 KB

public/images/blog-2.jpg

112 KB

public/images/blog-3.jpg

135 KB

public/images/blog-4.jpg

57.7 KB

public/images/blog.png

10.8 KB

public/images/cover_bg_1.jpg

266 KB

public/images/fg.jpg

149 KB

public/images/gloves.png

1.14 MB

public/images/greenenergy.png

29.3 KB

public/images/iee.png

8.27 KB

public/images/img-1.jpg

556 KB

public/images/img-2.jpg

63.1 KB

public/images/img-3.jpg

510 KB

public/images/img-4.jpg

30.4 KB

public/images/img-5.jpg

68.4 KB

public/images/img-6.jpg

75.5 KB

public/images/img_bg_1.jpg

42.7 KB

public/images/img_bg_2.jpg

66.5 KB

public/images/img_bg_3.jpg

94.1 KB

public/images/iot.png

8.18 KB

public/images/loc.png

2.1 KB

public/images/lpc1768.png

5.81 MB

public/images/map.PNG

342 KB

public/images/maps.png

58 KB

public/images/news.png

50.6 KB

public/images/plc.png

111 KB

public/images/power_bi.png

4.13 KB

public/images/python.png

34.4 KB

public/images/sdf

620 KB
Binary file not shown.

public/images/semantic.png

38.1 KB

public/images/smart_home.png

16.5 KB

public/images/thingworx.png

6.29 KB

public/images/water.jpg

91.2 KB

public/images/water.png

312 KB

public/styles/main.css

+7,275
Large diffs are not rendered by default.

public/styles/style.css

+1,429
Large diffs are not rendered by default.

src/App.vue

+12-41
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,31 @@
11
<template>
22
<v-app>
3-
<v-app-bar
4-
app
5-
color="primary"
6-
dark
7-
>
8-
<div class="d-flex align-center">
9-
<v-img
10-
alt="Vuetify Logo"
11-
class="shrink mr-2"
12-
contain
13-
src="https://cdn.vuetifyjs.com/images/logos/vuetify-logo-dark.png"
14-
transition="scale-transition"
15-
width="40"
16-
/>
17-
18-
<v-img
19-
alt="Vuetify Name"
20-
class="shrink mt-1 hidden-sm-and-down"
21-
contain
22-
min-width="100"
23-
src="https://cdn.vuetifyjs.com/images/logos/vuetify-name-dark.png"
24-
width="100"
25-
/>
26-
</div>
27-
28-
<v-spacer></v-spacer>
29-
30-
<v-btn
31-
href="https://github.com/vuetifyjs/vuetify/releases/latest"
32-
target="_blank"
33-
text
34-
>
35-
<span class="mr-2">Latest Release</span>
36-
<v-icon>mdi-open-in-new</v-icon>
37-
</v-btn>
38-
</v-app-bar>
39-
403
<v-main>
41-
<HelloWorld/>
4+
<Container />
425
</v-main>
436
</v-app>
447
</template>
458

469
<script>
47-
import HelloWorld from './components/HelloWorld';
10+
import Container from "./views/Container.vue";
4811
4912
export default {
50-
name: 'App',
13+
name: "App",
5114
5215
components: {
53-
HelloWorld,
16+
Container,
5417
},
5518
5619
data: () => ({
5720
//
5821
}),
22+
mounted() {
23+
this.$store.dispatch("setUserMetaData");
24+
this.$store.dispatch("setSkills");
25+
},
5926
};
6027
</script>
28+
<style>
29+
@import "./assets/styles/main.css";
30+
@import "./assets/styles/style.css";
31+
</style>
Binary file not shown.

src/assets/fonts/bootstrap/glyphicons-halflings-regular.svg

+288
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/assets/fonts/icomoon/icomoon.eot

152 KB
Binary file not shown.

src/assets/fonts/icomoon/icomoon.svg

+598

src/assets/fonts/icomoon/icomoon.ttf

152 KB
Binary file not shown.

src/assets/fonts/icomoon/icomoon.woff

152 KB
Binary file not shown.

0 commit comments

Comments
 (0)