diff --git a/package.json b/package.json
index 08239f2..4991144 100755
--- a/package.json
+++ b/package.json
@@ -19,6 +19,7 @@
"dependencies": {
"angular": "^1.6.4",
"angular-cookies": "^1.6.4",
+ "avatar-initials": "^4.1.0",
"angular-filter": "^0.5.17",
"angular-route": "^1.6.4",
"babel-core": "^6.26.0",
diff --git a/src/assets/scripts/nwFooter/nwFooter.html b/src/assets/scripts/nwFooter/nwFooter.html
index 2d425b4..a3b662d 100644
--- a/src/assets/scripts/nwFooter/nwFooter.html
+++ b/src/assets/scripts/nwFooter/nwFooter.html
@@ -1,3 +1,27 @@
\ No newline at end of file
diff --git a/src/assets/styles/nomit.scss b/src/assets/styles/nomit.scss
index 91d0409..4682d58 100644
--- a/src/assets/styles/nomit.scss
+++ b/src/assets/styles/nomit.scss
@@ -188,10 +188,6 @@ h1{
}
// ***** STAR RATING ***** /
-body{
- font-size: 5em;
- }
-
.star-rating-display {
unicode-bidi: bidi-override;
color: #c5c5c5;
@@ -233,7 +229,6 @@ body{
}
}
- /* Completely remove from the flow but leave available to screen readers. */
.is-vishidden {
position: absolute !important;
overflow: hidden;
@@ -332,22 +327,39 @@ textarea {
}
.card-body-users {
- border-top: 1px solid #9c9fa0;
+ border-top: 0.03125em solid #DDDDDD;
margin: 0;
}
.users-icons {
- margin-left: 150px;
- padding: 5px;
+ margin-left: 160px;
+ padding: 8px;
padding-left: 0;
}
.users-icons i {
- font-size: 20px;
- margin-right: 15px;
- color: #9c9fa0;
+ font-size: 17px;
+ margin-right: 20px;
+ color: #DDDDDD;
}
+.users-col {
+ vertical-align: middle;
+ margin-top: 30px;
+}
+
+.users-action-btn {
+ padding-left: 2;
+ margin-top: 10px;
+}
+
+.users-action-btn i {
+ font-size: 17px;
+ margin-right: 5px;
+ color: #DDDDDD;
+}
+
+
//login
.modal-dialog {
max-width: 800px;
@@ -436,7 +448,7 @@ textarea {
border-top: 1px solid #9c9fa0;
margin: 0;
}
-
+f
.companies-icons {
margin-left: 150px;
padding: 5px;
@@ -513,6 +525,64 @@ textarea {
background-color: #FFFFFF;
}
+/* FOOTER */
+.rounded-social-buttons {
+ text-align: center;
+}
+
+.rounded-social-buttons .social-button {
+ display: inline-block;
+ position: relative;
+ cursor: pointer;
+ width: 1.875rem;
+ height: 1.8755rem;
+ padding: 0;
+ text-decoration: none;
+ text-align: center;
+ font-size: 1rem;
+ font-weight: normal;
+ line-height: 2em;
+ border-radius: 1.6875rem;
+ transition: all 0.5s ease;
+ margin-right: 0.25rem;
+ margin-bottom: 0.25rem;
+
+}
+
+.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
+ -webkit-transform: rotate(360deg);
+ -ms-transform: rotate(360deg);
+ transform: rotate(360deg);
+}
+
+.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin {
+ font-size: 15px;
+ color: #FFFFFF;
+}
+
+.rounded-social-buttons .social-button.facebook {
+ background: #3b5998;
+}
+
+.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
+ background: #888888;
+}
+
+.rounded-social-buttons .social-button.twitter {
+ background: #55acee;
+}
+
+.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
+ background: #888888;
+}
+
+.rounded-social-buttons .social-button.linkedin {
+ background: #007bb5;
+}
+
+.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
+ background: #888888;
+}
//new-ad page
.form-h2{
@@ -520,6 +590,7 @@ textarea {
color: #454545;
font-size: 20px;
font-weight: bold;
+}
/* Modal */
body.modal-open .blurra{
diff --git a/src/history.html b/src/history.html
new file mode 100644
index 0000000..807b66b
--- /dev/null
+++ b/src/history.html
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+ History
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${require('html-loader!./_sidebar.html')}
+
+
+
+
+ ${require('html-loader!./_topbar.html')}
+
+
+
+
+
+
+ History
+
+
+
+
+
+
+ | # |
+ Position |
+ Company |
+ Industry |
+ Submission Date |
+ Application Status |
+
+
+
+
+ | 1 |
+ Graphic Design Intern |
+ Sierra Delta Creative |
+ Design |
+ 07 Jan 2019 |
+
+
+ ON
+
+ |
+
+
+ | 2 |
+ Barista Intern |
+ Brunetti |
+ Hospitality |
+ 21 Jan 2019 |
+
+
+ OFF
+
+ |
+
+
+ | 3 |
+ Web Developer Intern |
+ Agile Talent |
+ IT / Software Engineering |
+ 23 Jan 2019 |
+
+
+ CLOSED
+
+ |
+
+
+ | 4 |
+ Kitchen Hand Intern |
+ Yarra River Grill |
+ Hospitality |
+ 25 Jan 2019 |
+
+
+ CANCELLED
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${require('html-loader!./_footer.html')}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/reports.html b/src/reports.html
index d4b32f1..57770eb 100644
--- a/src/reports.html
+++ b/src/reports.html
@@ -1,131 +1,180 @@
-
-
-
-
-
-
-
-
-
-
- Reports
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${require('html-loader!./_sidebar.html')}
-
-
-
-
- ${require('html-loader!./_topbar.html')}
-
-
-
-
-
Reports
-
-
-
-
-
-
- | # |
- First Name |
- Last Name |
- Username |
- State |
- Language |
- Fields |
- Member Since |
-
-
-
-
- | 1 |
- Tony |
- Stark |
- tonystark |
- VIC |
- English |
- Hospitality |
- Feb 2019 |
-
-
- | 2 |
- David |
- James |
- davidjames |
- VIC |
- English, Italian |
- Design |
- Feb 2019 |
-
-
- | 3 |
- Miro |
- Kirov |
- mirokirov |
- VIC |
- English, Japanese |
- IT |
- Feb 2019 |
-
-
-
-
-
-
-
+
+
+
+
+
+
+ Reports
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ ${require('html-loader!./_sidebar.html')}
+
+
+
+
+ ${require('html-loader!./_topbar.html')}
+
+
+
+
+
+
+ Reports
+
+
+
+
+
+
+ | # |
+ Position |
+ Company |
+ Industry |
+ Submitted By (ID) |
+ Submission Date |
+ Application Status |
+
+
+
+
+ | 1 |
+ Graphic Design Intern |
+ Sierra Delta Creative |
+ Design |
+ davidchan |
+ 07 Jan 2019 |
+
+
+ ON
+
+ |
+
+
+ | 2 |
+ Barista Intern |
+ Brunetti |
+ Hospitality |
+ jenniferbrown |
+ 21 Jan 2019 |
+
+
+ OFF
+
+ |
+
+
+ | 3 |
+ Web Developer Intern |
+ Agile Talent |
+ IT / Software Engineering |
+ christhomson |
+ 23 Jan 2019 |
+
+
+ CLOSED
+
+ |
+
+
+ | 4 |
+ Kitchen Hand Intern |
+ Yarra River Grill |
+ Hospitality |
+ johndoe |
+ 25 Jan 2019 |
+
+
+ CANCELLED
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${require('html-loader!./_footer.html')}
+
+
+
+
\ No newline at end of file
diff --git a/src/users.html b/src/users.html
index 3f0f5d1..e194fb5 100644
--- a/src/users.html
+++ b/src/users.html
@@ -104,37 +104,46 @@
-
+
+
Users
+
-
-
-
-

+
+
+
+
+
Victoria
Mobile: 0414987654
+
+
-
+
-
+
+
+
diff --git a/webpack/plugins/htmlPlugin.js b/webpack/plugins/htmlPlugin.js
index 52a6517..7ed7a55 100755
--- a/webpack/plugins/htmlPlugin.js
+++ b/webpack/plugins/htmlPlugin.js
@@ -14,6 +14,7 @@ const titles = {
'new-ad':'new-ad',
'ad-details':'ad-details',
'reports':'reports',
+ 'history':'history',
'chat': 'Chat',
'compose': 'Compose',
'datatable': 'Datatable',