-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.ejs.html
134 lines (124 loc) · 5.58 KB
/
profile.ejs.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.css" />
<title> Directorate page</title>
<link rel="stylesheet" type="text/css" href="./css/directoratepage.css"/>
<meta charset="Utf-8">
<meta name="viewport" content="widthdevice-width">
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1><span class="highlight">Alumni</span> Associations</h1>
</div>
<nav>
<ul>
<li class="current"><a href="./index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="./services.html">Services</a></li>
<li><a href="./search.html">Search</a></li>
<li><a href="/logout">Sign Out</a><li>
<li><h1>Hi <%= user.name %></h1></li>
</ul>
</nav>
</div>
</header>
<section id="showcase">
<div class="container">
<h1>The Global Goal</h1>
<div ><ul class="buttons">
<li class="btn">
<a href="./List of alumni.html">
Alumni
</a>
</li>
<li class="btn">
<a href="#">
Companies/Institutions
</a>
</li>
<li class="btn">
<a href="#">
Universities
</a>
</li>
</ul>
</div></div>
<p>Connect with all alumnis at global level.<br>Find alumnis from different departments</p>
</div>
</section>
<section id="letter">
<div class="container">
<h6>Find your connection through e-mail </h6>
<form>
<input type="email" placeholder="Type here...">
<button type="Submit" class="button_1">Find</button>
</form>
</div>
</section>
<section id="boxes"> <br>
<div class="container">
<div class="box">
<img src="./img/contact.jpg">
<h3><a href="#">Contacts</a></h3>
</div>
<div class="box"><a href="#">
<img src="./img/Kooperation.jpg"></a>
<br><p><h3><a href="#"> Cooperations</a></h3>
</p></div>
<div class="box">
<img src="./img/competencies.jpg">
<br><p><h3><a href="#">Competence</a></h3>
</p></div>
<div class="box">
<img src="./img/career.jpg">
<p><h3><a href="#">Career</a></h3>
</p></div>
</section>
<br><br>
<section id="main">
<div class="container">
<article id="main-col"><br><br><br>
<h1 class="page-title">About us </h1>
<p>You will receive our weekly newsletter with Expert know-how, interviews and information on Germany, Information on interesting discussions and activities in our online community, a survey of all current alumni events and network – easily understandable information instead of complicated technical terminology! You have the choice between information in German or English.</p>and information on Germany, Information on interesting discussions and activities in our online
<p class="dark">You will receive our weekly newsletter with Expert know-how, interviews and information on Germany, Information on interesting discussions and activities in our online community, a survey of all current alumni events and network – easily understandable information instead of complicated technical terminology! You have the choice between information in German or English.</p>
</article>
<aside id="sidebar"><br><br><br>
<div class="dark">
<p ><h3>What we do</h3>You will receive our weekly newsletter with Expert know-how, interviews and information on Germany, <br>Information on interesting discussions and activities in our online community, a survey of all current alumni events and network – easily understandable information instead of complicated technical terminology! You have the choice between information in German or English.</p>
</div></aside></div></section>
<div class="events"></div>
<br><br><br><br><br>
<section id="main">
<div class="container">
<article id="main-col"><br><br>
<h1>Alumni Magazines</h1>
<p class="pp">In our new comic series we show you ten episodes about the life of Alexander von Humboldt. The seventh story is about Humboldt's work Kosmos. Now you are asked: What's in the speech bubble? What would Humboldt say about his ownn work? Only available in German, will be available in English, soon.
</p>
<button type="Submit" class="button_1">Read More</button>
</article>
<aside id="sidebar"> <br><br>
<div class="dark"><img src="./img/4.jpg"></div></aside>
<article id="main-col">
<br><br><br><br><br><br><h1><br><br>Our Advent Calender</h1>
<p class="pp">In order to shorten the waiting for Christmas especially for the children, there is a beautiful tradition in Germany: the advent calendar with 24 doors full of surprises. We too have a magical story and great surprises for you! Open a door every day, join in our contest and, with a little luck, win a gift box!</p>
<button type="Submit" class="button_1">Read More</button>
</article>
<aside id="sidebar"> <br><br><br><br><br>
<div class="dark"><img src="./img/calender.jpg"></div></aside>
</section>
</div>
<footer>
<p>Follow us
<div class="social-icons">
<img src="./img/fb.png">
<img src="./img/tw.png">
<img src="./img/gm.png">
</div></p>
</footer>
</body>
</html>