-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTimeline.html
91 lines (74 loc) · 2.82 KB
/
Timeline.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
88
89
90
91
<!DOCTYPE HTML>
<html>
<head>
<title>Vector Network Analyser</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a href="index.html" class="title">Nasim MM Portfolio</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html#one" class="active">Projects</a></li>
<!-- <li><a href="elements.html">Elements</a></li>-->
</ul>
</nav>
</header>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main1" class="wrapper">
<div class="inner">
</div>
</section>
<section id="main2" class="wrapper style3 fade-up">
<div class="inner">
</div>
</section>
<section id="three" class="wrapper style2 fade-up">
<div class="inner">
<h2>Education</h2>
<p>Here is a brief summary of my academic history.</p>
<div style="width: 100%; height: 100%; display:flex; ">
<div style="background-color: #ffffff; margin: 1%; padding: 4%; border-radius: 10px; box-shadow: 0 3px 26px 0 rgba(0,0,0,0.20); width: 50%; height: 100%;">
<img src="images/Logo_for_Imperial_College_London.svg" alt="" data-position="25% 25%" style="width: 70%; margin: 1%;" />
<h3 style="color: black; !important">2018 - Present</h3>
<p style="color: black; !important">3rd Year Modules: Analogue and Integrated Systems, Biomedical Electronics, Accounting,
<br>1st & 2nd Year Modules: </p>
</div>
<div></div>
<div style="background-color: #ffffff; margin: 1%; padding: 4%; border-radius: 10px; box-shadow: 0 3px 26px 0; rgba(0,0,0,0.20); width: 50%; height: 100%;">
<img src="images/logo-header.jpg" alt="" data-position="25% 25%" style="width: 80%; margin: 1%;" />
<h3 style="color: black; !important">2015 - 2017</h3>
<p style="color: black; !important">Mathematics - A*
<br>Physics - A
<br>Chemistry - A</p>
<br>
</div>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper alt">
<div class="inner">
<ul class="menu">
<li>© All rights reserved | Nasim MM</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>