Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1987,6 +1987,14 @@ u {
width: 300px;
height: 200px; } }

* {
margin: 0px;
padding: 0px; }

#company-video-modal {
margin: 70px auto;
display: block; }

.company-media {
text-align: center;
margin: 2rem; }
Expand Down Expand Up @@ -2556,7 +2564,8 @@ a {
#job-form-container form .flex-form #resume #resume-first .fa {
align-self: center;
margin-right: 10px; }
#job-form-container form .flex-form #resume #resume-first p {
#job-form-container form .flex-form #resume #resume-first p.profile-details {
padding-top: 15px;
font-weight: normal;
align-self: center;
font-size: 14px; }
Expand All @@ -2579,7 +2588,8 @@ a {
color: blue;
align-self: center;
margin-right: 10px; }
#job-form-container form .flex-form #linkled #linkled-first p {
#job-form-container form .flex-form #linkled #linkled-first p.profile-details {
padding-top: 15px;
font-weight: normal;
align-self: center;
font-size: 14px; }
Expand Down
16 changes: 16 additions & 0 deletions pages/company-video-modal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../css/main.css">
</head>
<body>

<img src="https://res.cloudinary.com/dtbjhs8a6/image/upload/v1569840746/samples/figma%20company/qiuwinyriwvtbigabz4x.png" alt="" id="company-video-modal">

</body>
</html>
4 changes: 2 additions & 2 deletions pages/company.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ <h1>We are backed by some of</br> the world's leading investors </h1>
<h1>Welcome to New York</h1>
<p>In Union Square surrounded by tons of delicious restaurants and a gorgeous park, you'll never have a sad desk salad for lunch</p>
<p>
<a href="#">Watch the short film <img src="https://res.cloudinary.com/dtbjhs8a6/image/upload/v1568713108/samples/figma%20company/fa1aidjezwgglknqd9d0.png" alt=""></a>
<a href="company-video-modal.html">Watch the short film <img src="https://res.cloudinary.com/dtbjhs8a6/image/upload/v1568713108/samples/figma%20company/fa1aidjezwgglknqd9d0.png" alt=""></a>

<a href="#" id="location">Location <img src="https://res.cloudinary.com/dtbjhs8a6/image/upload/v1568713108/samples/figma%20company/bqt8kww5qd39pbji5p5w.png" alt=""><a>
<a href="company-video-modal.html" id="location">Location <img src="https://res.cloudinary.com/dtbjhs8a6/image/upload/v1568713108/samples/figma%20company/bqt8kww5qd39pbji5p5w.png" alt=""><a>
</p>
</div>
</section>
Expand Down
4 changes: 2 additions & 2 deletions pages/jobsgreenhouse.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ <h2>SUBMIT YOUR APPLICATION</h2>
<div class="flex-form input">
<label for="resume" id="label-resume" class="flex-item">Resume/CV</label>
<div id="resume" class="flex-item">
<div id="resume-first"><i class="fa fa-paperclip" id="first-fa"> </i> <p>ATTACH RESUME/CV</p></div>
<div id="resume-first"><i class="fa fa-paperclip" id="first-fa"> </i> <p class="profile-details">ATTACH RESUME/CV</p></div>
<div id="resume-second"></div>
</div>
</div>

<div class="flex-form input">
<label for="linkled" id="label-linkled" class="flex-item">Linkedln Profile</label>
<div id="linkled" class="flex-item">
<div id="linkled-first"><i class=" fa fa-linkedin-square" id="first-fa"> </i> <p>APPLY WITH LINKEDIN</p></div>
<div id="linkled-first"><i class=" fa fa-linkedin-square" id="first-fa"> </i> <p class="profile-details">APPLY WITH LINKEDIN</p></div>
<div id="linkled-second"><p>Your full Linkled profile will be shared <a href="">Learn more</a></p></div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
@import 'pages/_home';
@import 'pages/_homepage';
@import 'pages/_people';
@import 'pages/company-video-modal';

@import 'pages/_company-section-2';
@import 'pages/people-2.scss';
Expand Down
10 changes: 10 additions & 0 deletions scss/pages/_company-video-modal.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*{
margin: 0px;
padding: 0px;
}

#company-video-modal{
margin: 70px auto;
display: block;
}

8 changes: 6 additions & 2 deletions scss/pages/_job.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@
margin-right: 10px;

}
p{
p.profile-details{
padding-top: 15px;
font-weight: normal;
align-self: center;
font-size: 14px;
Expand All @@ -153,6 +154,7 @@
#linkled-first{
display: flex;
padding-left: 10px;

width: 80%;
background-color: #f0f0f0;
height: 100%;
Expand All @@ -166,14 +168,16 @@
align-self: center;
margin-right: 10px;
}
p{
p.profile-details{
padding-top: 15px;
font-weight: normal;
align-self: center;
font-size: 14px;
}

}
#linkled-second{

padding-left: 10px;
p{
font-size: 11px;
Expand Down