Skip to content

Commit 5e06ef8

Browse files
committed
link styling internship page
1 parent 09e77c0 commit 5e06ef8

2 files changed

Lines changed: 41 additions & 27 deletions

File tree

ims-internship-2025.html

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ <h2>Why attend?</h2>
320320
<h2>Event highlights</h2>
321321
<a target="_blank"
322322
aria-label="View the tentative schedule"
323-
href="https://www.ibm.com/it-infrastructure/us-en/resources/campaignmail/z/ims/eventsignup.html"
323+
href="#"
324324
rel="noopener noreferrer"
325325
class="highlight-link"
326326
>
@@ -441,16 +441,24 @@ <h4>What's the cost?</h4>
441441
</div>
442442
<div class="pure-u-1 pure-u-md-1-2">
443443
<h4>Where can I stay?</h4>
444-
<p>
445-
<i>link to list of hotels</i>
446-
</p>
444+
<a target="_blank"
445+
aria-label="List of nearby hotels"
446+
href="#"
447+
rel="noopener noreferrer"
448+
>
449+
List of nearby hotels →
450+
</a>
447451
<p>Closest airport: San Jose California International</p>
448452
</div>
449453
<div class="pure-u-1 pure-u-md-1-2">
450454
<h4>What topics will be covered?</h4>
451-
<p>
452-
<i>link to tentative schedule</i>
453-
</p>
455+
<a target="_blank"
456+
aria-label="View the schedule"
457+
href="#"
458+
rel="noopener noreferrer"
459+
>
460+
View the schedule →
461+
</a>
454462
</div>
455463
<div class="pure-u-1">
456464
<h4>Still have questions? Contact Amanda Stephens: <a href="mailto:amanda.stephens@ibm.com"><em>amanda.stephens@ibm.com</em></a></h4>

wp-includes/css/page.css

Lines changed: 26 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171

7272
.dark-gray-bg a {
7373
color: var(--light-blue-02);
74+
font-size: var(--plex-18);
7475
}
7576

7677
.dark-gray-bg h4 {
@@ -123,36 +124,37 @@
123124

124125
/* Hero section */
125126
/* -------------------------------------------------------- */
126-
.hero {
127+
.hero-container {
128+
padding: 3em;
129+
}
130+
131+
.main-content section:first-child {
127132
width: 100%;
128133
background-color:var(--dark-gray-01);
129134
color: white;
130135
}
131136

132-
.hero p {
133-
font-size: var(--plex-20);
134-
}
135-
136-
.hero b {
137-
font-weight: var(--bold);
138-
}
137+
.main-content section:first-child p {
138+
font-size: var(--plex-20);
139+
}
139140

140-
.hero img {
141-
margin-top: 4em;
142-
}
141+
.main-content section:first-child b {
142+
font-weight: var(--bold);
143+
}
143144

144-
.hero h6 {
145-
padding: 0;
146-
}
145+
.main-content section:first-child img {
146+
margin-top: 4em;
147+
}
147148

148-
.hero a {
149-
max-width: 11.25em;
150-
margin-top: 1.25em;
151-
}
149+
.main-content section:first-child h6 {
150+
padding: 0;
151+
}
152152

153-
.hero-container {
154-
padding: 3em;
153+
.main-content section:first-child a {
154+
max-width: 11.25em;
155+
margin-top: 1.25em;
155156
}
157+
156158
/* -------------------------------------------------------- */
157159

158160
/* Content containers */
@@ -196,6 +198,10 @@
196198
.highlight-link {
197199
padding-bottom: 1rem;
198200
}
201+
202+
.dark-gray-bg h4 {
203+
font-size: var(--plex-20) !important;
204+
}
199205
}
200206
/* -------------------------------------------------------- */
201207

0 commit comments

Comments
 (0)