-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
44 lines (35 loc) · 2.92 KB
/
contact.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
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/themes/prism-tomorrow.min.css" integrity="sha512-vswe+cgvic/XBoF1OcM/TeJ2FW0OofqAVdCZiEYkd6dwGXthvkSFWOoGGJgS2CW70VK5dQM5Oh+7ne47s74VTg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/line-numbers/prism-line-numbers.min.css" integrity="sha512-cbQXwDFK7lj2Fqfkuxbo5iD1dSbLlJGXGpfTDqbggqjHJeyzx88I3rfwjS38WJag/ihH7lzuGlGHpDBymLirZQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cabin" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro" rel="stylesheet">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<link rel="stylesheet" type="text/css" href="./styles.css">
<link rel="stylesheet" type="text/css" href="./content.css">
<body>
<div class="card">
<h2>Contact</h2>
<br>
<span><b>Solution Contribution:</b></span>
<ul class="intuition">
<li>GitHub repository: <a target="_blank" href="https://github.com/DecSP/cses-downloader">DecSP/cses-downloader</a>.</li>
<li>Gmail: <a target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&[email protected]">Son Nguyen</a>.</li>
</ul>
<span><b>Cao Son Nguyen:</b></span>
<ul class="intuition">
<li>GitHub: <a target="_blank" href="https://github.com/DecSP">DecSP (Cao Son Nguyen)</a>.</li>
<li>LinkedIn: <a target="_blank" href="https://www.linkedin.com/in/son-nguyen-695139216/">Son Nguyen</a>.</li>
<li>Gmail: <a target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&[email protected]">Son Nguyen</a>.</li>
</ul>
<span><b>Dinh Nam Nguyen:</b></span>
<ul class="intuition">
<li>GitHub: <a target="_blank" href="https://github.com/NguyenD-Nam">NguyenD-Nam (Dinh Nam Nguyen)</a>.</li>
<li>LinkedIn: <a target="_blank" href="https://www.linkedin.com/in/nguyend-nam/">Dinh Nam Nguyen</a>.</li>
<li>Gmail: <a target="_blank" href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&[email protected]">Nam Nguyen</a>.</li>
</ul>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/components/prism-core.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/autoloader/prism-autoloader.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/line-numbers/prism-line-numbers.min.js" integrity="sha512-dubtf8xMHSQlExGRQ5R7toxHLgSDZ0K7AunqPWHXmJQ8XyVIG19S1T95gBxlAeGOK02P4Da2RTnQz0Za0H0ebQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</body>