-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from QaseemLodhi/relink-nav-links
Solve #12 and some issues
- Loading branch information
Showing
17 changed files
with
263 additions
and
167 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
|
||
<app-main-banner></app-main-banner> | ||
<app-intro-card></app-intro-card> | ||
<app-meetup-card [currentMeetup]="currentMeetup" [prevMeetup]="prevMeetup"></app-meetup-card> | ||
<app-meetup-card></app-meetup-card> | ||
|
||
<app-conference-card></app-conference-card> | ||
|
||
<app-project-card [projects]="projects"></app-project-card> | ||
<app-project-card></app-project-card> | ||
|
||
<app-social-card [socials]="socials"></app-social-card> | ||
<app-social-card></app-social-card> | ||
|
||
<app-partners [partners]="partners"></app-partners> | ||
<app-partners></app-partners> | ||
|
||
<app-contactus-card></app-contactus-card> | ||
<app-join-us></app-join-us> | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,6 @@ | ||
<!--Footer--> | ||
<footer id="footer" class="footer"> | ||
<div class="container text-center"> | ||
|
||
<h3>Join Us</h3> | ||
|
||
<form class="mc-trial row"> | ||
<div class="form-group col-md-3 col-md-offset-2 col-sm-4"> | ||
<div class=" controls"> | ||
<input name="name" placeholder="Enter Your Name" class="form-control" type="text"> | ||
</div> | ||
</div><!-- End email input --> | ||
<div class="form-group col-md-3 col-sm-4"> | ||
<div class=" controls"> | ||
<input name="EMAIL" placeholder="Enter Your email" class="form-control" type="email"> | ||
</div> | ||
</div><!-- End email input --> | ||
|
||
<div class="col-md-2 col-sm-4"> | ||
<p> | ||
<button name="submit" type="submit" class="btn btn-block btn-submit"> | ||
Join now <i class="fa fa-arrow-right"></i></button> | ||
</p> | ||
</div> | ||
</form><!-- End newsletter-form --> | ||
<ul class="social-links"> | ||
<li><a href="https://twitter.com/ng_pakistan" target="_blank"><i class="fa fa-twitter fa-fw"></i></a></li> | ||
<li><a href="https://www.facebook.com/ngPakistan/" target="_blank"><i class="fa fa-facebook fa-fw"></i></a></li> | ||
<li><a href="mailto:[email protected]"><i class="fa fa-google-plus fa-fw"></i></a></li> | ||
<li><a href="https://github.com/angular-pakistan" target="_blank"><i class="fa fa-github fa-fw"></i></a></li> | ||
<li><a href="mailto:[email protected]"><i class="fa fa-envelope fa-fw"></i></a></li> | ||
</ul> | ||
<a [routerLink]=" ['../../presskit'] " id="press-kit">Angular Pakistan Press Kit</a> | ||
|
||
©2017 Angular Pakistan. All rights reserved | ||
|
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,7 @@ | ||
export { MeetupCardComponent } from './meetup-card/meetup-card.component'; | ||
export { ConferenceCardComponent } from './conference-card/conference-card.component'; | ||
export { ProjectCardComponent } from './project-card/project-card.component'; | ||
export { SocialCardComponent } from './social-card/social-card.component'; | ||
export { PartnersComponent } from './partners/partners.component'; | ||
export { ContactusCardComponent } from './contactus-card/contactus-card.component'; | ||
export { JoinUsComponent } from './joinUs-card/joinUs-card'; |
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,60 @@ | ||
.main{ | ||
padding: 213px 0 20px; | ||
background: #111; | ||
color: #ccc; | ||
} | ||
.container{ | ||
padding-right: 15px; | ||
padding-left: 15px; | ||
margin-right: auto; | ||
margin-left: auto; | ||
text-align: center; | ||
} | ||
h3{ | ||
font-weight: 300; | ||
letter-spacing: 0.05em; | ||
margin: 0 0 40px; | ||
font-size: 24px; | ||
} | ||
.mc-trial { | ||
margin: 20px 0; | ||
} | ||
.form-group { | ||
margin-bottom: 15px; | ||
} | ||
.col-md-3, .col-sm-4{ | ||
position: relative; | ||
min-height: 1px; | ||
padding-right: 15px; | ||
padding-left: 15px; | ||
} | ||
.form-control { | ||
border-radius: 30px; | ||
border: none; | ||
background: rgba(255,255,255,.1); | ||
padding-left: 30px; | ||
color: #e5e6e7; | ||
margin-bottom: 0; | ||
height: 48px; | ||
} | ||
.social-links { | ||
list-style: none; | ||
padding: 0; | ||
margin: 30px 0 40px; | ||
padding: 40px 0 0; | ||
border-bottom: 1px solid rgba(255,255,255,0.2); | ||
} | ||
.social-links li { | ||
display: inline-block; | ||
margin: 0 25px 25px; | ||
transition: all .3s ease-out; | ||
} | ||
.social-links li a { | ||
color: #fff; | ||
font-size: 32px; | ||
line-height: 50px; | ||
border-radius: 50%; | ||
text-align: center; | ||
-webkit-transition: all .3s ease-out; | ||
transition: all .3s ease-out; | ||
} |
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,54 @@ | ||
<div class="section-padding main"> | ||
<div class="container"> | ||
<h3>Join Us</h3> | ||
|
||
<form class="mc-trial row"> | ||
<div class="form-group col-md-3 col-md-offset-2 col-sm-4"> | ||
<div class=" controls"> | ||
<input name="name" placeholder="Enter Your Name" class="form-control" type="text"> | ||
</div> | ||
</div> | ||
<div class="form-group col-md-3 col-sm-4"> | ||
<div class=" controls"> | ||
<input name="EMAIL" placeholder="Enter Your email" class="form-control" type="email"> | ||
</div> | ||
</div> | ||
|
||
<div class="col-md-2 col-sm-4"> | ||
<p> | ||
<button name="submit" type="submit" class="btn btn-block btn-submit"> | ||
Join now | ||
<i class="fa fa-arrow-right"></i> | ||
</button> | ||
</p> | ||
</div> | ||
</form> | ||
<ul class="social-links"> | ||
<li> | ||
<a href="https://twitter.com/ng_pakistan" target="_blank"> | ||
<i class="fa fa-twitter fa-fw"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://www.facebook.com/ngPakistan/" target="_blank"> | ||
<i class="fa fa-facebook fa-fw"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="mailto:[email protected]"> | ||
<i class="fa fa-google-plus fa-fw"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/angular-pakistan" target="_blank"> | ||
<i class="fa fa-github fa-fw"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="mailto:[email protected]"> | ||
<i class="fa fa-envelope fa-fw"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> |
Empty file.
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,15 @@ | ||
import { Component, OnInit } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'app-join-us', | ||
templateUrl: './joinUs-card.html', | ||
styleUrls: ['./joinUs-card.css'] | ||
}) | ||
export class JoinUsComponent implements OnInit { | ||
|
||
constructor() { } | ||
|
||
ngOnInit() { | ||
} | ||
|
||
} |
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.