@ -1,12 +1,13 @@
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
< title > Profile< / title >
< style >
#loader {
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
< title > Profile< / title >
< style >
#loader {
transition: all 0.3s ease-in-out;
opacity: 1;
visibility: visible;
@ -53,16 +54,16 @@
}
}
< / style >
< / head >
< / head >
< body class = "app" >
< div id = 'loader' >
< div class = "spinner" > < / div >
< / div >
< body class = "app" >
< div id = 'loader' >
< div class = "spinner" > < / div >
< / div >
< script >
window.addEventListener('load', () => {
< script >
window.addEventListener('load', () => {
const loader = document.getElementById('loader');
setTimeout(() => {
loader.classList.add('fadeOut');
@ -70,170 +71,575 @@
});
< / script >
<!-- @App Content -->
<!-- =================================================== -->
< div >
<!-- @App Content -->
<!-- =================================================== -->
< div >
${require('html-loader!./_sidebar.html')}
${require('html-loader!./_sidebar.html')}
< div class = "page-container" >
< div class = "page-container" >
${require('html-loader!./_topbar.html')}
${require('html-loader!./_topbar.html')}
<!-- ### $App Screen Content ### -->
< main class = 'main-content bgc-grey-300' >
< div id = 'mainContent row' >
< div class = "content-title mT-60" >
< div class = "ml-1 mb-3" >
Profile
< / div >
< / div >
< div class = "ml-1 mb-3 text-black-bold" >
Sign up with WISP now to get yourself connected.
< / div >
< div class = "ml-1 mb-3 text-size-11" >
Please, tell us more about your information so we could find the perfect oportunities for you.
< / div >
<!-- ### $App Screen Content ### -->
< main class = 'main-content bgc-grey-300' >
< div id = 'mainContent row' >
< div class = "content-title mT-60" >
< div class = "ml-1 mb-3" >
Profile
< / div >
< / div >
< div class = "ml-1 mb-3 text-black-bold" >
Sign up with WISP now to get yourself connected.
< / div >
< div class = "ml-1 mb-3 text-size-11" >
Please, tell us more about your information so we could find the perfect oportunities for you.
< / div >
< div class = " gap-30 masonry pos-r" > <!-- #content container ===== -->
< div class = "masonry-sizer col-md-6" > < / div >
< div class = " gap-30 masonry pos-r" >
<!-- #content container ===== -->
< div class = "masonry-sizer col-md-6" > < / div >
< div class = "masonry-item w-100" > <!-- #your profile ========= -- >
<!-- #user profile ========= -->
< div class = "masonry-item w-100 visible-user" ng-show = "user.role=='user'" >
< div class = "card item-box" >
< div class = "user-data-title" >
< img class = "user-update-img" src = "assets/static/images/user-update.png" alt = "" >
< div class = "testo" > < h5 > Francesca Sperati< / h5 > Bla Bla, this is your bio or whatever!< / div >
< / div >
< div class = "card-body-profile" >
< div class = "profile-forms" >
< h5 class = "card-title d-flex text-black-bold" > Your Profile< / h5 >
< div class = "card item-box" >
< div class = "user-data-title" >
< img class = "user-update-img" src = "assets/static/images/user-update.png" alt = "" >
< div class = "testo" >
< h5 > Francesca Sperati< / h5 > Bla Bla, this is your bio or whatever!
< / div >
< / div >
< div class = "card-body-profile" >
< div class = "profile-forms" >
< h5 class = "card-title d-flex text-black-bold" > Your Profile< / h5 >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > First Name< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "First name" value = "Francesca" required >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Last Name< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Last name" value = "Sperati" required >
< / div >
< div class = "col-4 profile-form-row" > < / div >
< / div >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > First Name< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "First name" value = "Francesca"
required>
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Middle Name< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Middle name" value = "" required >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Last Name< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Last name" value = "Sperati" required >
< / div >
< / div >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Email Address< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Email" value = "test@test.au" required >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Phone Number< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Phone" value = "0414098765" required >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > State< / h9 >
< select id = "inputState" class = "form-control" >
< option selected > VIC< / option >
< option > ...< / option >
< / select >
< / div >
< / div >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Email Address< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Email" value = "test@test.au" required >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Phone Number< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Phone" value = "0414098765" required >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > State< / h9 >
< select id = "inputState" class = "form-control" >
< option selected > VIC< / option >
< option > SA< / option >
< option > WA< / option >
< option > NSW< / option >
< option > QLD< / option >
< option > TAS< / option >
< / select >
< / div >
< / div >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Nationality< / h9 >
< select id = "inputState" class = "form-control" >
< option selected > Italian< / option >
< option > ...< / option >
< / select >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Visa Type< / h9 >
< select id = "inputState" class = "form-control" >
< option selected > Student< / option >
< option > ...< / option >
< / select >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Language (Select one or more)< / h9 >
< select id = "inputState" class = "form-control" >
< option selected > English< / option >
< option > ...< / option >
< / select >
< / div >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Nationality< / h9 >
< select id = "inputState" class = "form-control" >
< option selected > Italian< / option >
< option > ...< / option >
< / select >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Visa Type< / h9 >
< select id = "inputState" class = "form-control" >
< option selected > Student< / option >
< option > ...< / option >
< / select >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Language (Select one or more)< / h9 >
< select id = "inputState" class = "form-control" >
< option selected > English< / option >
< option > ...< / option >
< / select >
< / div >
< / div >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Expertiece / Fields (Select one or more)< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Preofessions" value = "" required >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Expertiece / Fields (Select one or more)< / h9 >
< select id = "" class = "form-control" >
< option selected > Project Management< / option >
< option > ...< / option >
< / select >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Education< / h9 >
< select id = "" class = "form-control" >
< option selected > Diploma< / option >
< option > Degree< / option >
< option > ...< / option >
< / select >
< / div >
< / div >
< div class = "row " >
< div class = "col-6 profile-form-row" >
< button type = "button" class = "btn btn-gradient " > UPDATE< / button >
< button type = "button" class = "btn btn-cancel " > CANCEL< / button >
< / div >
< div class = "col-6 profile-form-row" >
< form action = "upload.asp" method = "post" enctype = "multipart/form-data" >
< h9 class = "cv" > Curriculum < / h9 >
< input class = "cv" type = "file" name = "file1" multiple >
< input type = "submit" class = "btn btn-cv" value = "Upload" >
< / form >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "masonry-item w-100 visible-user" ng-show = "user.role=='user'" >
< div class = "card item-box" >
< div class = "card-body-profile" >
< div class = "profile-forms" >
< h5 class = "card-title d-flex text-black-bold" > Help NOMIT collecting more data: your information
won't be visible!!< / h5 >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Birthdate< / h9 >
< div class = "timepicker-input input-icon form-group" >
< div class = "input-group" >
< div class = "input-group-addon bgc-white bd bdwR-0" >
< i class = "ti-calendar" > < / i >
< / div >
< input type = "text" class = "form-control bdc-grey-200 start-date" placeholder = "Date of Birth"
data-provide="datepicker">
< / div >
< / div >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Gender< / h9 >
< select id = "inputGender" class = "form-control" >
< option selected > Male< / option >
< option > Female< / option >
< / select >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > City of Birth< / h9 >
< input type = "text" class = "form-control" id = "inputCity" >
< / div >
< / div >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Expertiece / Fields (Select one or more)< / h9 >
< select id = "inputState" class = "form-control" >
< option selected > Software Engineering< / option >
< option > ...< / option >
< / select >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Expertiece / Fields (Select one or more)< / h9 >
< select id = "inputState" class = "form-control" >
< option selected > Project Management< / option >
< option > ...< / option >
< / select >
< / div >
< div class = "col-4 profile-form-row" > < / div >
< / div >
< button type = "button" class = "btn btn-gradient " > UPDATE< / button >
< button type = "button" class = "btn btn-cancel " > CANCEL< / button >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Arriving in Australia< / h9 >
< div class = "timepicker-input input-icon form-group" >
< div class = "input-group" >
< div class = "input-group-addon bgc-white bd bdwR-0" >
< i class = "ti-calendar" > < / i >
< / div >
< input type = "text" class = "form-control bdc-grey-200 start-date" placeholder = "Date of Arrive"
data-provide="datepicker">
< / div >
< / div >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Reason for leaving< / h9 >
< textarea id = "leaving" name = "story" rows = "5" > Tell us something about your old life...< / textarea >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Reason for staying in Australia< / h9 >
< textarea id = "staying" name = "story" rows = "5" > Tell us something about your new life...< / textarea >
< / div >
< / div >
< button type = "button" class = "btn btn-gradient " > UPDATE< / button >
< button type = "button" class = "btn btn-cancel " > CANCEL< / button >
< / div >
< / div >
< / div >
< / div >
<!-- #company profile ========= -->
< div class = "masonry-item w-100 visible-company" ng-show = "user.role=='company'" >
< div class = "card item-box" >
< div class = "user-data-title" >
< img class = "user-update-img" src = "assets/static/images/user-update.png" alt = "" >
< div class = "testo" >
< h5 > Leonardo< / h5 > A global high-tech company and one of the key players in Aerospace, Defence and
Security
< / div >
< / div >
< div class = "card-body-profile" >
< div class = "profile-forms" >
< h5 class = "card-title d-flex text-black-bold" > Your Profile< / h5 >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Name< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Leonardo" value = "" required >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Business Type< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Technological Innovation" value = ""
required>
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > ABN< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Last name" value = "66 942 977 659"
required>
< / div >
< / div >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Email Address< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Email" value = "ir@leonardocompany"
required>
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Phone Number< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Phone" value = "+39 06.324731"
required>
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Website< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Phone" value = "https://www.leonardocompany.com"
required>
< / div >
< / div >
< div class = "row" >
< div class = "form-group col-md-4 profile-form-row" >
< h9 class = "" > Address< / h9 >
< input type = "text" class = "form-control" id = "inputAddress" placeholder = "Piazza Monte Grappa, 4"
required>
< / div >
< div class = "form-group col-md-4 profile-form-row" >
< h9 class = "" > City< / h9 >
< input type = "text" class = "form-control" id = "inputCity" placeholder = "Roma" required >
< / div >
< div class = "form-group col-md-2 profile-form-row" >
< h9 class = "" > State< / h9 >
< input type = "text" class = "form-control" id = "validationCustom04" placeholder = "Italia" required >
< / div >
< div class = "form-group col-md-2 profile-form-row" >
< h9 class = "" > Zip< / h9 >
< input type = "text" class = "form-control" id = "inputZip" placeholder = "00195" required >
< / div >
< / div >
< div class = "row" >
< div class = "col-12 profile-form-row" >
< h9 class = "" > Description< / h9 >
< textarea id = "description" class = "company-description" name = "story" rows = "5" > We constantly explore new ideas to turn them into new technologies that improve our world and design the future one. We invest in research and development to provide sustainable and competitive solutions. Wherever defence and security are needed: land, sea, sky, Space and cyberspace.
< / textarea >
< / div >
< / div >
< div class = "row " >
< div class = "col-3 profile-form-row" >
< h9 class = "" > Twitter< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Facebook" value = "https://twitter.com/leonardo_it" >
< / div >
< div class = "col-3 profile-form-row" >
< h9 class = "" > Facebook< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Facebook" value = "https://www.facebook.com/Leonardo-Company-473417172849580/" >
< / div >
< div class = "col-3 profile-form-row" >
< h9 class = "" > Instagram< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Instagram" value = "https://www.instagram.com/leonardo_company/?hl=it" >
< / div >
< div class = "col-3 profile-form-row" >
< h9 class = "" > Linkedin< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Linkedin" value = "https://www.linkedin.com/company/drs-defense-solutions-llc/life/" >
< / div >
< / div >
< button type = "button" class = "btn btn-gradient " > UPDATE< / button >
< button type = "button" class = "btn btn-cancel " > CANCEL< / button >
< / div >
< / div >
< / div >
< / div >
<!-- #nomit profile ========= -->
< div class = "masonry-item w-100 visible-nomit" ng-show = "user.role=='nomit'" >
< div class = "card item-box" >
< div class = "user-data-title" >
< img class = "user-update-img" src = "assets/static/images/nomit-logo.png" alt = "" >
< div class = "testo" >
< h5 > Nomit< / h5 > The Italian Network of Melbourne
< / div >
< / div >
< div class = "card-body-profile" >
< div class = "profile-forms" >
< h5 class = "card-title d-flex text-black-bold" > Your Profile< / h5 >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Name< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Nomit" value = "" required >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Business Type< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Australian non-profit Association" value = ""
required>
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > ABN< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Last name" value = "92 106 088 918"
required>
< / div >
< / div >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Email Address< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Email" value = "info@nomit.com.au"
required>
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Phone Number< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Phone" value = "0481 983 702 "
required>
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Website< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Phone" value = "https://www.leonardocompany.com"
required>
< / div >
< / div >
< div class = "row" >
< div class = "form-group col-md-4 profile-form-row" >
< h9 class = "" > Address< / h9 >
< input type = "text" class = "form-control" id = "inputAddress" placeholder = "1/509 St Kilda Rd"
required>
< / div >
< div class = "form-group col-md-4 profile-form-row" >
< h9 class = "" > City< / h9 >
< input type = "text" class = "form-control" id = "inputCity" placeholder = "Melbourne" required >
< / div >
< div class = "form-group col-md-2 profile-form-row" >
< h9 class = "" > State< / h9 >
< input type = "text" class = "form-control" id = "validationCustom04" placeholder = "VIC" required >
< / div >
< div class = "form-group col-md-2 profile-form-row" >
< h9 class = "" > Zip< / h9 >
< input type = "text" class = "form-control" id = "inputZip" placeholder = "3004" required >
< / div >
< / div >
< div class = "row" >
< div class = "col-12 profile-form-row" >
< h9 class = "" > Description< / h9 >
< textarea id = "description" class = "company-description" name = "story" rows = "5" > Nomit is an Australian non-profit organisation supported, amongst others, by the Italian Consulate in Melbourne and the Victorian Multicultural Commission.< / textarea >
< / div >
< / div >
< div class = "row " >
< div class = "col-3 profile-form-row" >
< h9 class = "" > Twitter< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Facebook" value = "https://twitter.com/nomitnetwork" >
< / div >
< div class = "col-3 profile-form-row" >
< h9 class = "" > Facebook< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Facebook" value = "https://www.facebook.com/nomitnetwork" >
< / div >
< div class = "col-3 profile-form-row" >
< h9 class = "" > Instagram< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Instagram" value = "" >
< / div >
< div class = "col-3 profile-form-row" >
< h9 class = "" > Linkedin< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Linkedin" value = "https://www.linkedin.com/company/nomit/about/" >
< / div >
< / div >
< button type = "button" class = "btn btn-gradient " > UPDATE< / button >
< button type = "button" class = "btn btn-cancel " > CANCEL< / button >
< div class = "masonry-item w-100" > <!-- #change password ========= -->
< / div >
< / div >
< / div >
< / div >
< div class = "card item-box" >
< div class = "card-body-profile" >
< div class = "profile-forms" >
< h5 class = "card-title d-flex text-black-bold" > Change Password< / h5 >
<!-- #referee profile ========= -->
< div class = "masonry-item w-100 visible-nomit" ng-show = "user.role=='nomit'" >
< div class = "card item-box" >
< div class = "user-data-title" >
< img class = "user-update-img" src = "assets/static/images/user-update.png" alt = "" >
< div class = "testo" >
< h5 > Jobwatch< / h5 > EMPLOYMENT RIGHTS LEGAL CENTRE
< / div >
< / div >
< div class = "card-body-profile" >
< div class = "profile-forms" >
< h5 class = "card-title d-flex text-black-bold" > Your Profile< / h5 >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Name< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Jobwatch" value = "" required >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Business Type< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Employment rights legal centre" value = ""
required>
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > ABN< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Last name" value = "92 106 088 918"
required>
< / div >
< / div >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Current Password< / h9 >
< input type = "password" class = "form-control" id = "" placeholder = "Password" required >
< h9 class = "" > Email Address< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Email" value = "info@test.com.au"
required>
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > New Password< / h9 >
< input type = "password" class = "form-control" id = "" placeholder = "New Password" required >
< h9 class = "" > Phone Number< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Phone" value = "9662 1933 "
required>
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Confirm New urrent Password< / h9 >
< input type = "password" class = "form-control" id = "" placeholder = "New Password" required >
< h9 class = "" > Website< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Phone" value = "http://jobwatch.org.au/"
required>
< / div >
< / div >
< div class = "row" >
< div class = "form-group col-md-4 profile-form-row" >
< h9 class = "" > Address< / h9 >
< input type = "text" class = "form-control" id = "inputAddress" placeholder = "1/509 St Kilda Rd"
required>
< / div >
< div class = "form-group col-md-4 profile-form-row" >
< h9 class = "" > City< / h9 >
< input type = "text" class = "form-control" id = "inputCity" placeholder = "Melbourne" required >
< / div >
< div class = "form-group col-md-2 profile-form-row" >
< h9 class = "" > State< / h9 >
< input type = "text" class = "form-control" id = "validationCustom04" placeholder = "VIC" required >
< / div >
< div class = "form-group col-md-2 profile-form-row" >
< h9 class = "" > Zip< / h9 >
< input type = "text" class = "form-control" id = "inputZip" placeholder = "3004" required >
< / div >
< / div >
< div class = "row" >
< div class = "col-12 profile-form-row" >
< h9 class = "" > Description< / h9 >
< textarea id = "description" class = "company-description" name = "story" rows = "5" > Nomit is an Australian non-profit organisation supported, amongst others, by the Italian Consulate in Melbourne and the Victorian Multicultural Commission.< / textarea >
< / div >
< / div >
< div class = "row " >
< div class = "col-3 profile-form-row" >
< h9 class = "" > Twitter< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Facebook" value = "https://twitter.com/nomitnetwork" >
< / div >
< div class = "col-3 profile-form-row" >
< h9 class = "" > Facebook< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Facebook" value = "https://www.facebook.com/nomitnetwork" >
< / div >
< div class = "col-3 profile-form-row" >
< h9 class = "" > Instagram< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Instagram" value = "" >
< / div >
< div class = "col-3 profile-form-row" >
< h9 class = "" > Linkedin< / h9 >
< input type = "text" class = "form-control" id = "" placeholder = "Linkedin" value = "https://www.linkedin.com/company/nomit/about/" >
< / div >
< / div >
< button type = "button" class = "btn btn-gradient " > UPDATE< / button >
< button type = "button" class = "btn btn-cancel " > CANCEL< / button >
< / div >
< / div >
< / div >
< / div >
<!-- #change password ========= -->
< div class = "masonry-item w-100" >
< div class = "card item-box" >
< div class = "card-body-profile" >
< div class = "profile-forms" >
< h5 class = "card-title d-flex text-black-bold" > Change Password< / h5 >
< div class = "row " >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Current Password< / h9 >
< input type = "password" class = "form-control" id = "" placeholder = "Password" required >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > New Password< / h9 >
< input type = "password" class = "form-control" id = "" placeholder = "New Password" required >
< / div >
< div class = "col-4 profile-form-row" >
< h9 class = "" > Confirm New urrent Password< / h9 >
< input type = "password" class = "form-control" id = "" placeholder = "New Password" required >
< / div >
< / div >
< button type = "button" class = "btn btn-gradient " > UPDATE< / button >
< button type = "button" class = "btn btn-cancel " > CANCEL< / button >
< / div >
< / div >
< / div >
< / div >
< / div > <!-- content container -->
< / div > <!-- page container -->
< / main >
<!-- ### $App Screen Footer ### -->
${require('html-loader!./_footer.html')}
< / div > <!-- page - container -->
< / div > <!-- App Content -->
< / body >
< / div >
<!-- content container -->
< / div >
<!-- page container -->
< / main >
<!-- ### $App Screen Footer ### -->
${require('html-loader!./_footer.html')}
< / div > <!-- page - container -->
< / div > <!-- App Content -->
< / body >
< / html >