Skip to content

Commit

Permalink
Footer reconfigured
Browse files Browse the repository at this point in the history
Regarding #125

Co-authored-by: Irem Toroslu <irem.toroslu@fau.de>
  • Loading branch information
manifau and IremToroslu committed Jul 1, 2021
1 parent c3ac305 commit 736f65a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions frontend/src/components/mydashboard/MydashboardItemComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,23 @@ function MydashboardItemComponent() {
<ColumnChartComponent />
</Col>
<footer className='w3-center w3-purple w3-padding-16'>
<p>For latest Updates</p>
<form className='form-inline w3-padding-16'>
Subscribe :
<input
type='email'
className='form-control'
size={50}
placeholder='Email Address'
/>
<button type='button'>Sign Up</button>
</form>

<p>
Powered by{' '}
<a
href='https://www.siemens-energy.com/global/en/offerings.html'
rel='noreferrer'
title='W3.CSS'
target='_blank'
className='w3-hover-text-green'
Expand Down

0 comments on commit 736f65a

Please sign in to comment.