This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
87 lines (79 loc) · 4.38 KB
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<div class="slds-card-wrapper">
<header>
<h2 class="slds-text-heading_medium">Experience</h2>
</header>
<main class="slds-col slds-size--1-of-2">
<article class="slds-card">
<div class="slds-card__header slds-grid">
<header class="slds-media slds-media_center slds-has-flexi-truncate">
<div class="slds-media__figure">
<span class="slds-icon_container slds-icon-standard-contact" title="description of icon when needed">
<svg class="slds-icon slds-icon_small" aria-hidden="true">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/assets/icons/standard-sprite/svg/symbols.svg#contact" />
</svg>
</span>
</div>
<div class="slds-media__body">
<h2>
<a href="javascript:void(0);" class="slds-card__header-link slds-truncate" title="[object Object]">
<span class="slds-text-heading_small">IT Business Applications Intern</span>
</a>
</h2>
</div>
</header>
</div>
<div class="slds-card__body slds-card__body_inner">
<p class="slds-truncate" title="Let’s get together to review the theater’s layout and facilities. We’ll also discuss potential things that truncate at a certain width.">
<ul>o SFDC agile day to day production support and development </ul>
<ul>o AI voice application integration with SFDC using Node Js and Web Speech API</ul>
<ul>o Salesforce integrated chat bot messenger on Microsoft Bot Framework using Natural Language
Processing
</ul>
<ul>o Salesforce API development and documentation for Learning Management System.</ul>
<ul>SFDC Project details: Global Key Opnion Leaders application with a calendar, Qualtrics
and SAP HANA integration</ul>
</p>
<ul class="slds-list_horizontal slds-wrap">
<li class="slds-m-right_large">
<span class="slds-text-title">Time:</span>
<span class="slds-text-body_small">
<a href="javascript:void(0);">Sept 2017 to Dec 2017</a>
</span>
</li>
<li class="slds-m-right_large">
<span class="slds-text-title">Location:</span>
<span class="slds-text-body_small">
<a href="javascript:void(0);">Intuitive Surgical, Sunnyvale CA</a>
</span>
</li>
</ul>
</div>
</article>
</main>
<aside class="slds-col slds-size--1-of-2">
<article class="slds-card">
<div class="slds-card__header slds-grid">
<header class="slds-media slds-media_center slds-has-flexi-truncate">
<div class="slds-media__figure">
<span class="slds-icon_container slds-icon-standard-contact" title="description of icon when needed">
<svg class="slds-icon slds-icon_small" aria-hidden="true">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/assets/icons/standard-sprite/svg/symbols.svg#contact" />
</svg>
</span>
</div>
<div class="slds-media__body">
<h2>
<a href="javascript:void(0);" class="slds-card__header-link slds-truncate" title="[object Object]">
<span class="slds-text-heading_small">Card Header</span>
</a>
</h2>
</div>
</header>
</div>
<div class="slds-card__body slds-card__body_inner">
<p>This is a card inside an `.slds-card-wrapper` to show how styling is removed when cards are nested inside.</p>
</div>
<footer class="slds-card__footer"><a href="javascript:void(0);">View All <span class="slds-assistive-text">entity type</span></a></footer>
</article>
</aside>
</div>