-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTREE
45 lines (45 loc) · 1.24 KB
/
TREE
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
.
├── _config.yml
├── css - FONTS CSS
│ └── font-awesome
│ ├── css
│ └── fonts
├── _data
│ └── template.yml - COLORS, FONTS
├── feed.xml
├── img - IMAGES by section
│ ├── about/
│ ├── header-bg.jpg - HEADER background
│ ├── logos/
│ ├── mac-image.png - FOOTER background
│ ├── portfolio/
│ └── team/
├── _includes - STATIC PAGES
│ ├── about.html
│ ├── clients.html
│ ├── contact.html
│ ├── css - CSS
│ │ ├── agency.css
│ │ └── bootstrap.min.css
│ ├── footer.html
│ ├── header.html
│ ├── head.html
│ ├── js.html
│ ├── modals.html
│ ├── packages.html
│ ├── portfolio_grid.html
│ └── team.html
├── index.html
├── js/
├── _layouts
│ ├── default.html - MAIN
│ ├── feed.xml
│ └── style.css
├── LICENSE
├── mail
│ └── contact_me.php
├── _plugins/
├── _posts
│ └── 2014-07-18-project-1.markdown
├── README.md
└── style.css