-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpage6.html
97 lines (93 loc) · 3.13 KB
/
page6.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
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<link rel="stylesheet" href="page4.css">
<div id = "about">
<!-- PAGE 4 HARMAIN -->
<h1>Here is a curated list of opportunities just for you!</h1>
</div>
<table id="customers">
<tr>
<th>List of Fellowships</th>
<th>About Fellowship</th>
</tr>
<tr>
<td>
<a href="https://kla.wd1.myworkdayjobs.com/en-US/Search/job/Milpitas-CA/Intern--Data-Science_2422944-1?ref=MarkBenliyan
">
<div class="circle">
<img src="images/KLA.png" alt="Yello Logo">
</div>
</a>
</td>
<td>
KLA released its Data Science Internship for Summer 2024.
Here's what you need to know:
☁ Located in Milpitas, CA
☁ 12-week program
☁ Full-time(40hrs/week)
So if you have knowledge in one of the following programming languages: Python, R, C++, SQL
Then consider applying to KLA now!
</td>
</tr>
<tr>
<td>
<a href="https://www.mygwork.com/en/jobs/s-p-global-software-development-intern-technology-services-team/detail/4498108/24621">
<div class="circle">
<img src="images/myGwork.png" alt="myGwork Logo">
</div>
</a>
</td>
<td> Software Engineering Internship at Yello: Yello's
internship offers hands-on experience in
software engineering. Required: Familiarity
with programming languages such as Java,
Python, or JavaScript, knowledge of web
development technologies like HTML, CSS, and React.</td>
</tr>
<tr>
<td>
<a href="https://flexpa.applytojobs.ca/engineering/25554">
<div class="circle">
<img src="images/flexpa.png" alt="Flexpa Logo">
</div>
</a>
</td>
<td> Software Engineering Internship at FlexPa: 2+ years of full-time experience as a software developer
Proficiency in TypeScript and functional programming patterns
Familiarity with tools in our stack such as React, Fastify, Next.js, PostgreSQL, and Redis</td>
</tr>
<tr>
<td>
<a href="https://osv-firstunited.wd5.myworkdayjobs.com/FUBCareersite/job/Durant-OK/Accounting-Intern_R04504?source=Linkedin">
<div class="circle">
<img src="images/firstUnited.png" alt="Flexpa Logo">
</div>
</a>
</td>
<td> Accounting Intern at First United Bank: Incoming Senior
Pursuing a bachelor’s degree in accounting or finance.</td>
</tr>
<tr>
<td>
<a href="https://www.linkedin.com/jobs/search/?currentJobId=3853359685&geoId=103644278&keywords=accounting%20internships&location=United%20States&origin=JOB_SEARCH_PAGE_SEARCH_BUTTON&refresh=true">
<div class="circle">
<img src="images/TokioMarine.png" alt="Flexpa Logo">
</div>
</a>
</td>
<td> Tax Accounting Intern/Hybrid at Tokio Marine : Must be actively enrolled
in an undergraduate program in Business Administration, Accounting, or Finance</td>
</tr>
</table>
</body>
</html>