Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cw theming 030 df #41

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ce41ad7
composer - added social media block
msheikh12 Mar 30, 2017
f5429e1
exporting config settings
msheikh12 Mar 30, 2017
41131bb
added view
msheikh12 Apr 2, 2017
0457151
snapshot
msheikh12 Apr 6, 2017
515bc7a
composer - features install
msheikh12 Apr 6, 2017
f109008
composer.lock - features install
msheikh12 Apr 6, 2017
820be18
module - portfolio feature
msheikh12 Apr 6, 2017
d589e5c
Added the views hw
msheikh12 Apr 7, 2017
b4d1751
committing any work
msheikh12 Apr 27, 2017
9537c73
theme - adding cog base theme
msheikh12 Apr 27, 2017
6033e0d
added my theme
msheikh12 May 4, 2017
269e1df
Added css
msheikh12 May 7, 2017
f3198a4
Added config export
msheikh12 May 7, 2017
db93421
Remove unused custom theme
ashabed May 7, 2017
01df01a
Rename custom theme to proj_me_theme
ashabed May 7, 2017
8f31622
Ignore hidden mac files
ashabed May 7, 2017
dd69e40
Updated composer.lock
ashabed May 7, 2017
b5dee48
Renamed customt heme to proj_me_theme
ashabed May 7, 2017
10e7e0d
Added missing webform and admin_toolbar modules to composer.json
ashabed May 7, 2017
0f2b0b6
Updated composer.lock
ashabed May 7, 2017
5398f04
Updated configuration files for team usage
ashabed May 7, 2017
6f793e3
Rename custom subtheme files
ashabed May 7, 2017
1be2146
Added standard profile
ashabed May 7, 2017
c05da81
Remove unnecessary css map file
ashabed May 7, 2017
199fd1b
Added bootstrap sass files
ashabed May 7, 2017
88efe9f
Update bootstrap contrib theme
ashabed May 7, 2017
5cca636
Removed test SASS changes
ashabed May 7, 2017
33f6dc7
Recompiled CSS
ashabed May 7, 2017
936288f
Added theme gitignore
ashabed May 7, 2017
e23e501
Front.html page
tubunuru May 10, 2017
9d7b5a4
updated to add theme
tubunuru May 14, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@

# Ignore files generated by PhpStorm
/.idea/

.DS_Store
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@
"cweagans/composer-patches": "~1.0",
"drupal/core": "~8.0",
"drush/drush": "~8.0",
"drupal/console": "~1.0"
"drupal/console": "~1.0",
"drupal/social_media_links": "^2.2",
"drupal/features": "^3.5",
"drupal/cog": "^1.7",
"drupal/bootstrap": "^3.3",
"drupal/webform": "^5.0@beta",
"drupal/admin_toolbar": "^1.19"
},
"require-dev": {
"behat/mink": "~1.7",
Expand Down
Loading