-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
created new directives/ new route path
new directives less html
- Loading branch information
Showing
9 changed files
with
255 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<div class="banner_outer bg_opacity"> | ||
<div class="banner_middle"> | ||
<span class="banner_text"> {{shorty}} </span> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<button class="cs4-button" > {{cs4_button}} </button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<div ng-repeat="index in array" class="fb-wrapper"> | ||
<section> | ||
<div class="fb-comment-wrapper"> | ||
<span> | ||
<q><em> {{comment}} </em></q> | ||
</span> | ||
</div> | ||
<div class="fb-bottom"> | ||
<cite>-Somebody famous</cite> | ||
</div> | ||
</section> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<h2 class="{{home_welcome_class}} text-center" ng-model="title"> | ||
<span style="{{validColours[0]}};" class="p1"> {{v1}} </span> | ||
<span style="{{validColours[1]}};" class="p2"> {{v2}} </span> | ||
</h2> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<th ng-repeat="index in array" class="no_offset w3-animate-right"> | ||
<div class="url_container"> | ||
<div id="url_{{index}}" class="element_icon icon_alignment"></div> | ||
<span class="element_description"> {{sub_title[index]}}</span> | ||
</div> | ||
|
||
<span class="element_text"> {{element_desc}} </span> | ||
</th> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.