<!DOCTYPE html>
<html>
<head>
<style>
.scholar-button {
background-color: #4285F4; /* Google Blue */
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
border: none;
border-radius: 4px;
cursor: pointer;
font-family: Arial, sans-serif;
}
.scholar-button:hover {
background-color: #3367D6;
}
</style>
</head>
<body>
<a href="https://scholar.google.com/citations?user=user=X6ujv58AAAAJ" target="_blank">
<button class="scholar-button">View My Google Scholar</button>
</a>
</body>
</html>
Schreibe einen Kommentar