Skip to content

Commit 4eca9c9

Browse files
committed
Init commit
0 parents  commit 4eca9c9

File tree

10 files changed

+965
-0
lines changed

10 files changed

+965
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!-- @file Instructions for subtheming using the Sass Starterkit. -->
2+
<!-- @defgroup subtheme_sass -->
3+
<!-- @ingroup subtheme -->
4+
# Machine Vision
5+
6+
[Machine Vision in Everyday Life](https://www.uib.no/en/machinevision): Playful Interactions with Visual Technologies in Digital Art, Games, Narratives and Social Media is a five year, ERC-funded project that explores how new algorithmic images are affecting us as a society and as individuals.
7+
8+
[Bootstrap Framework]: https://getbootstrap.com/docs/3.4/
9+
[Bootstrap Framework Source Files]: https://github.com/twbs/bootstrap-sass
10+
[Sass]: http://sass-lang.com

favicon.ico

1.12 KB
Binary file not shown.

logo.png

3.72 KB
Loading

machinevision.info

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
name = 'Machinevision'
2+
description = Uses the Bootstrap Framework Sass source files and must be compiled (not for beginners).
3+
core = 7.x
4+
base theme = bootstrap
5+
php = 5.3.0
6+
7+
8+
;;;;;;;;;;;;;;;;;;;;;
9+
;; Regions
10+
;;;;;;;;;;;;;;;;;;;;;
11+
12+
regions[navigation] = 'Navigation'
13+
regions[header] = 'Top Bar'
14+
regions[highlighted] = 'Highlighted'
15+
regions[help] = 'Help'
16+
regions[content] = 'Content'
17+
regions[sidebar_first] = 'Primary'
18+
regions[sidebar_second] = 'Secondary'
19+
regions[footer] = 'Footer'
20+
regions[page_top] = 'Page top'
21+
regions[page_bottom] = 'Page bottom'
22+
23+
24+
;;;;;;;;;;;;;;;;;;;;;
25+
;; Stylesheets
26+
;;;;;;;;;;;;;;;;;;;;;
27+
28+
stylesheets[all][] = css/style.css
29+
30+
31+
;;;;;;;;;;;;;;;;;;;;;
32+
;; Scripts
33+
;;;;;;;;;;;;;;;;;;;;;
34+
35+
scripts[] = 'bootstrap/assets/javascripts/bootstrap/affix.js'
36+
scripts[] = 'bootstrap/assets/javascripts/bootstrap/alert.js'
37+
scripts[] = 'bootstrap/assets/javascripts/bootstrap/button.js'
38+
scripts[] = 'bootstrap/assets/javascripts/bootstrap/carousel.js'
39+
scripts[] = 'bootstrap/assets/javascripts/bootstrap/collapse.js'
40+
scripts[] = 'bootstrap/assets/javascripts/bootstrap/dropdown.js'
41+
scripts[] = 'bootstrap/assets/javascripts/bootstrap/modal.js'
42+
scripts[] = 'bootstrap/assets/javascripts/bootstrap/tooltip.js'
43+
scripts[] = 'bootstrap/assets/javascripts/bootstrap/popover.js'
44+
scripts[] = 'bootstrap/assets/javascripts/bootstrap/scrollspy.js'
45+
scripts[] = 'bootstrap/assets/javascripts/bootstrap/tab.js'
46+
scripts[] = 'bootstrap/assets/javascripts/bootstrap/transition.js'
47+
48+
; Disable the CDN provider so compiled source files can be used.
49+
settings[bootstrap_cdn] = ''

screenshot.png

48.8 KB
Loading

scss/_default-variables.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/**
2+
* Default Variables.
3+
*
4+
* Modify this file to provide default Bootstrap Framework variables. The
5+
* Bootstrap Framework will not override any variables defined here because it
6+
* uses the `!default` flag which will only set their default if not already
7+
* defined here.
8+
*
9+
* You can copy existing variables directly from the following file:
10+
* ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
11+
*/
12+
13+
// Set the proper directory for the Bootstrap Glyphicon font.
14+
$icon-font-path: '../bootstrap/assets/fonts/bootstrap/';

0 commit comments

Comments
 (0)