-
Notifications
You must be signed in to change notification settings - Fork 305
/
repo_structure.txt
115 lines (115 loc) · 3.82 KB
/
repo_structure.txt
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
├── Blog_page.html
├── CODE_OF_CONDUCT.md
├── Contributing.md
├── Faq.html
├── Feedback.html
├── LICENSE
├── README.md
├── about-us.html
├── about.html
├── auth.css
├── auth.html
├── blog.html
├── canva.css
├── canva.html
├── canva.js
├── canva.md
├── community.html
├── contributors.html
├── download (1).webp
├── edition.html
├── feature.webp
├── gssocextd.webp
├── index.html
├── login.html
├── logo4.png
├── package-lock.json
├── package.json
├── popup.jpg
├── popup.js
├── privacy.html
├── repo_structure.txt
├── repreviewfix.html
├── resources/
│ ├── favicon.ico
│ └── painting_image.webp
├── review.html
├── script1.js
├── signup.html
├── src/
│ ├── Contributor.css
│ ├── Contributor.html
│ ├── Contributor.js
│ ├── Scripts/
│ │ ├── BacktoTop.js
│ │ ├── Canvas.js
│ │ ├── Save.js
│ │ ├── contributor.js
│ │ └── preloader.js
│ ├── Styles/
│ │ ├── Responsive.css
│ │ ├── Style.css
│ │ ├── Style_Blog_page.css
│ │ ├── contact_us_style.css
│ │ ├── contributor.css
│ │ ├── scroll.css
│ │ └── signup.css
│ ├── bootstrap/
│ │ └── css/
│ │ ├── bootstrap-grid.css
│ │ ├── bootstrap-grid.css.map
│ │ ├── bootstrap-grid.min.css
│ │ ├── bootstrap-grid.min.css.map
│ │ ├── bootstrap-grid.rtl.css
│ │ ├── bootstrap-grid.rtl.css.map
│ │ ├── bootstrap-grid.rtl.min.css
│ │ ├── bootstrap-grid.rtl.min.css.map
│ │ ├── bootstrap-reboot.css
│ │ ├── bootstrap-reboot.css.map
│ │ ├── bootstrap-reboot.min.css
│ │ ├── bootstrap-reboot.min.css.map
│ │ ├── bootstrap-reboot.rtl.css
│ │ ├── bootstrap-reboot.rtl.css.map
│ │ ├── bootstrap-reboot.rtl.min.css
│ │ ├── bootstrap-reboot.rtl.min.css.map
│ │ ├── bootstrap-utilities.css
│ │ ├── bootstrap-utilities.css.map
│ │ ├── bootstrap-utilities.min.css
│ │ ├── bootstrap-utilities.min.css.map
│ │ ├── bootstrap-utilities.rtl.css
│ │ ├── bootstrap-utilities.rtl.css.map
│ │ ├── bootstrap-utilities.rtl.min.css
│ │ ├── bootstrap-utilities.rtl.min.css.map
│ │ ├── bootstrap.css
│ │ ├── bootstrap.css.map
│ │ ├── bootstrap.min.css
│ │ ├── bootstrap.min.css.map
│ │ ├── bootstrap.rtl.css
│ │ ├── bootstrap.rtl.css.map
│ │ ├── bootstrap.rtl.min.css
│ │ └── bootstrap.rtl.min.css.map
│ └── images/
│ ├── about-bg.webp
│ ├── art-design-1.webp
│ ├── art-design-2.webp
│ ├── art-design-3.webp
│ ├── art-design-4.webp
│ ├── art-design-5.webp
│ ├── art-design-6.webp
│ ├── banner-bg.webp
│ ├── blog-p-1.webp
│ ├── blog-p-2.webp
│ ├── blog-p-3.webp
│ ├── blog-p-4.webp
│ ├── blog-p-5.webp
│ └── blog-p-6.webp
├── style.css
├── style1.css
├── testimonial.html
├── tooltips.html
├── tutorial.html
├── visi.css
├── visi.js
├── visitor.css
├── visitor.js
└── welcome.html