-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (46 loc) · 2.1 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css"
integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<title>Giorgi Tsereteli</title>
</head>
<body>
<div class="grid-2">
<div class="section-1">
<img src="images/IMG_3648.jpg"></img>
<h2> Julia Berg</h2>
<!--- <p>City,Country.</p>-->
<!--<a href="#"><i class="fab fa-twitter"></i></a>-->
<a href="https://www.linkedin.com/in/julia-berg-a73b371b8"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/JuliB-dotcom"><i class="fab fa-github"></i></a>
</div>
<div class="section-2">
<h2>About</h2>
<p>Im a first year student at Teknikhögskolan in Gothenburg who is looking for an internship and my oriantion is java developing.</p>
<!--- <h2>Experience</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Reiciendis in maiores autem quidem
<h2>Skills</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Reiciendis in maiores autem quidem obcaecati
excepturi! Cupiditate eaque itaque magni voluptatibus neque nobis est dolor? Atque sunt minus ipsa asperiores.
At.</p>-->
<h2>Projects</h2>
<a href="#"> https://github.com/sebbekahkonen/Filmpunkten.git
<p> - A Frontend school project were we were supposed to create a moviesite. I
created the "Film" page and the info pages for every movie.</p></a>
<a href="#"> https://github.com/adamkarmander/LibrarySystem.git
<p> - A foundation course school project were we with gathered forces created a
layersystem for a library.</p></a>
<!--<a href="#">Project 3</a>
<a href="#">Project 4</a>
<a href="#">Project 5</a>-->
<h2>Contact</h2>
<p>[email protected]</p>
</div>
</div>
</body>
</html>