-
Notifications
You must be signed in to change notification settings - Fork 429
/
Copy pathNews.html
120 lines (112 loc) · 5.33 KB
/
News.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>News|Department of Computer Science</title>
<link rel="shortcut icon" href="/img/th.ico">
<link rel="stylesheet" href="pane.css">
<script src="https://kit.fontawesome.com/ac3bca20a4.js" crossorigin="anonymous"></script>
</head>
<div class="top">
<div class="left">
<img class="dept-logo" src="/img/comScience_logo.png" alt="logo">
</div>
<div class="middle"></div>
<div class="navbar" id="quick-access">
<a class="home" href="/Home.html" ><i class="fa fa-fw fa-home">
</i>Home</a>
<a class="about" href="/About.html"><i class="fa fa-fw fa-files-o">
</i>About</a>
<a class="research" href="/Research.html"><i class="fa fa-fw fa-newspaper-o">
</i>Research</a>
<a class="faculty" href="/Faculty.html"><i class="fa fa-fw fa-landmark-dome">
</i>Faculty</a>
<a class="icon" href="javascript:void(0)" onclick="navResponsive()">
<i class="fa fa-bars">
</i></a>
</div>
</div>
</div>
<hr>
<div>
<h1>TECH NEWS</h1>
<p>Stay ahead in the dynamic world of technology with our daily dose of breaking news,insights and trend analyses.
Uncover the latest in gadgets,software and technology that is shaping the future.Tune in daily or weekly to discover
the latest news on technology from legitimate sources.Below is a select few of this week's top picks from trusted sources.
</p>
</div>
<img class="picx" src="/img/bard.jpg" alt="photo">
<p class="msg">Google's Bard AI can now answer questions about Youtube Videos.<br>Google has now announced that
its Bard AI chatbot can now answer <br>questions about Youtube videos.Although Bard already had the ability<br>
... <a class="rm" href="https://techcrunch.com/2023/11/22/googles-bard-ai-chatbot-can-now-answer-questions-about-youtube-videos/" target="_blank">read more</a> </p>
<img class="picx" src="/img/gpt.jpg" alt="photo">
<p class="msg">ChatGPT,OpenAI's text generating AI chatbot has taken the world by a storm.<br>What started as a tool for to hyper charge
productivity through writing essays <br>and code with short prompts has evolved into a behemoth used by more than<br>
92% of ... <a class="rm" href="https://techcrunch.com/2023/11/22/chatgpt-everything-to-know-about-the-ai-chatbot/" target="_blank">read more</a> </p>
<img class="picx" src="/img/insta.jpg" alt="photo">
<p class="msg">Instagram head Adam Mosseri said Wednesday that the app now allows all users across the world<br>to download public reels
to their devices.Prior to this rollout, you could only ... <a class="rm" href="https://techcrunch.com/2023/11/22/instagram-now-allows-anyone-to-download-public-reels/" target="_blank">read more</a> </p>
<img class="picx" src="/img/Climate.jpg" alt="photo">
<p class="msg">Founded by expert on geography and globalization,climate Alpha's AI-based platform helps real estate owners and investors analyze the impact of climate change on their portfolios.The Singapore based startup announced today<br>they have raised
... <a class="rm" href="https://techcrunch.com/2023/11/22/climate-alpha/" target="_blank">read more</a> </p>
<img class="picx" src="/img/gifts..jpg" alt="photo">
<p class="msg">If you're looking for a gift for someone but don't want to break the bank there are a great number of gadgets you can choose from.This list includes budget friendly ideas ranging from bluetooth trackers to
... <a class="rm" href="https://techcrunch.com/2023/11/22/the-best-tech-gifts-under-50-to-consider-in-2023/" target="_blank">read more</a> </p>
</div>
<br><br><br><br><br><br>
<div class="links">
<h2> Links to</h2>
<ul class="lnks">
<li><a href="/Courses.html">
Courses
</li></a>
<li><a href="/Research.html">
Research
</li></a>
<li><a href="/News.html">
Tech News
</li></a>
<li><a href="/Faculty.html">
Faculty
</li></a>
<li><a href="/FAQs.html">
FAQs
</li></a>
<li><a href="/Registration Portal.html">
Registration Portal
</li></a>
<li><a href="/About.html">
About
</li></a>
<li><a href="/Events.html">
Events
</li></a>
<li><a href="/Contact Us.html">
Contact Us
</li></a>
</div>
<div class="con">
<ul class="reach">
<li>Contact us on:</li>
<li>Phone&Email</li>
<li>E-mail:[email protected]</li>
<li>Phone:+233 501 382 035/+233 559 145 698</li>
</ul>
<div class="loc">
<ul class="reach">
<li>Location:</li>
<li>Opposite the Mathematics Department</li>
<li>University of Ghana Campus,Legon</li>
</ul>
<b class="enq">For further enquiries and to stay updated enter your E-mail below</b>
<form class="form" action="/Home.html">
<label class="txt" for="email">Enter your email:</label>
<input class="box" type="email" id="email" name="email">
<input class="sum" type="submit">
</form>
</div>
</div>
<body>
</body>
</html>