Don't wanna be here? Send us removal request.
Text
CSS/JS
http://jsfiddle.net/GG9Sa/264/
https://www.w3schools.com/css/tryit.asp?filename=trycss_image_modal_js
Coding Practice 01.
03 15 2017
<img id="myImg" src="img/ti1.png" alt="Northern Lights, Norway" width="500" height="500">
<!-- The Modal --> <div id="myModal" class="modal"> <span class="close"> o </span> <img class="modal-content" id="img01"> <div id="caption"></div> </div>
<script> // Get the modal var modal = document.getElementById('myModal');
// Get the image and insert it inside the modal - use its "alt" text as a caption var img = document.getElementById('myImg'); var modalImg = document.getElementById("img01"); var captionText = document.getElementById("caption"); img.onclick = function(){ modal.style.display = "block"; modalImg.src = this.src; captionText.innerHTML = this.alt; }
// Get the <span> element that closes the modal var span = document.getElementsByClassName("close")[0];
// When the user clicks on <span> (x), close the modal span.onclick = function() { modal.style.display = "none"; } // Handle ESC key (key code 27) document.addEventListener('keyup', function(e) { if (e.keyCode == 27) { modalClose(); } }); var modal = document.querySelector('#openModal');
// Handle click on the modal container modal.addEventListener('click', modalClose, false);
// Prevent event bubbling if click occurred within modal content body modal.children[0].addEventListener('click', function(e) { e.stopPropagation(); }, false);
</script>
0 notes
Text
Schema Therapy
If an individual was abandoned, abused, neglected, or rejected in his/her childhood, their maladpative schema(s) can be triggered by life events that they perceive as similar traumatic experiences of earlier self. When one of these schemas is triggered, they can experience strong negative emotions such as grief, shame, fear, or rage.
Not all schemas are based in childhood trauma or mistreatment because an individual can develop a schema without experiencing a single instance of childhood trauma. However, all schema are destructive, and most are caused by noxious experiences that are repeated on a regular basis throughout childhood and adolescence. The effect of all these related experiences is cumulative, and together they lead to the emergence of a full-blown schema.
1 note
·
View note
Photo
The crit was:
“keep in mind about the maximum words per sentence; 20 x 30 poster”
0 notes
Photo
3; Red for Passion, Blue for Depression, Purple for Psychological
:thinking:
1 note
·
View note
Photo
Probably the worst colour theme you can go for; Rainbow :]
0 notes
Text
Week 5: February 8th 2017
Sample Pages (In Progress)
Text: Description of the Maladpative Schema will appear accordingly on hover;
Looking into hover button options.
http://jsfiddle.net/UaXUS/8/
Smaller window (adjustable size)
0 notes
Text
Week 4: February 1st 2017
body { background-color: #161c20; }
0 notes
Text
Week 3: Kit
Type
San Francisco Display
Bungee
Magnolia
Colours
Bold Colours
Red
Cyan
Teal
Black
Purple
...
Keywords
Minimal
Abstract
Sophisticated
Philosophical
Iconic
Extra
Social situations
Regulations
Prohibit
Behaviour
Vocabulary
Individuality
Experience
Trauma
Single schema
0 notes