-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDev.html
More file actions
79 lines (51 loc) · 2.1 KB
/
Dev.html
File metadata and controls
79 lines (51 loc) · 2.1 KB
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
<!DOCTYPE html>
<html>
<head>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="homepage.html">homepage</a>
</li>
<h1>Devansh Sachdeva</h1>
<h2>Author Info:</h2>
<p>Devansh, or Dev, is currently studying Computer Science at Durham University and spends his life on LMC projects. He was born in India but calls Switzerland his home as he has been living there for 10 years. He is a cricket fan and loves a good game of pool.</p>
<h2>GitHub and Linkedin:</h2>
<p><ul>
<li> <a href="https://github.com/Devanshsa">GitHub </a> </li>
<li> <a href="https://www.linkedin.com/in/devansh-sachdeva-54684b127/"> Linkedin </a></li>
</ul></p>
<h2>Positive Contributions of Computing in Society</h2>
<p><ol>
<li><b>Expanding communication network</b></li>
<li><b>Predicted and avoiding catastophe</b></li>
<li><b>Making education open to everyone</b></li>
<li><b>Accelerating healthcare and awareness</b></li>
</ol></p>
<section id="Author">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">Get in touch with the author</h2>
<hr class="my-4">
<p class="mb-5">The icons below are links to the github, linkedId and email of the author.</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 ml-auto text-center">
<a href="https://github.com/ocry" </a>
<i style="font-size:60px" class="fa"></i>
</div>
<div class="col-lg-4 ml-auto text-center">
<a href="https://www.linkedin.com/in/ocean-ryan-1b2626173/" </a>
<i style="font-size:60px" class="fa"> </i>
</div>
<div class="col-lg-4 mr-auto text-center">
<a href="mailto:ocean.ryan2@durham.ac.uk" </a>
<i style="font-size:60px" class="fa"></i>
</div>
</div>
</div>
</section>
</body>
</html>